X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialListDuplicatedFiles.php;h=317b62fe6ff206d43a67440afac5b60179f2160c;hb=7436cd31a2dde6d8f7d5b4ede152b2869e3f3623;hp=26672706b863dbc3f122f3292e5f0f706c9d8935;hpb=d98fd55e11dc6ab9f04d4810985b04ca39dfc3dd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialListDuplicatedFiles.php b/includes/specials/SpecialListDuplicatedFiles.php index 26672706b8..317b62fe6f 100644 --- a/includes/specials/SpecialListDuplicatedFiles.php +++ b/includes/specials/SpecialListDuplicatedFiles.php @@ -34,7 +34,7 @@ class ListDuplicatedFilesPage extends QueryPage { parent::__construct( $name ); } - function isExpensive() { + public function isExpensive() { return true; } @@ -53,7 +53,7 @@ class ListDuplicatedFilesPage extends QueryPage { * with however we are doing cached special pages. * @return array */ - function getQueryInfo() { + public function getQueryInfo() { return array( 'tables' => array( 'image' ), 'fields' => array( @@ -71,7 +71,7 @@ class ListDuplicatedFilesPage extends QueryPage { /** * Pre-fill the link cache * - * @param DatabaseBase $db + * @param IDatabase $db * @param ResultWrapper $res */ function preprocessResults( $db, $res ) {