Replace get{Local,Full,Link,Canonical}URL's $variant argument with a secondary $query...
[lhc/web/wiklou.git] / includes / WikiFilePage.php
index a7d6ccb..e2096b3 100644 (file)
@@ -163,6 +163,6 @@ class WikiFilePage extends WikiPage {
                        // to be updated (in case the cached information is wrong)
                        $this->mFile->purgeCache( array( 'forRefresh' => true ) );
                }
-               parent::doPurge();
+               return parent::doPurge();
        }
 }