Force isCached() to false; otherwise the result is "This page is disabled for perform...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 2 Feb 2011 14:48:26 +0000 (14:48 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 2 Feb 2011 14:48:26 +0000 (14:48 +0000)
includes/specials/SpecialFileDuplicateSearch.php

index 6eccb90..e95a0ca 100644 (file)
@@ -37,6 +37,7 @@ class FileDuplicateSearchPage extends QueryPage {
 
        function isSyndicated() { return false; }
        function isCacheable() { return false; }
+       function isCached() { return false; }
 
        function linkParameters() {
                return array( 'filename' => $this->filename );