X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialMostinterwikis.php;h=b07b8331dc608ef958d039b42ac7dc5507e0ed60;hb=bf17b47218bde8c35268b81f61a96eafe680a35b;hp=30ccbe5a0613e7b9fdc54c4ab88280deb88c5335;hpb=b2645d82849ca74b0e6b8df6a3e28e81d0561a58;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialMostinterwikis.php b/includes/specials/SpecialMostinterwikis.php index 30ccbe5a06..b07b8331dc 100644 --- a/includes/specials/SpecialMostinterwikis.php +++ b/includes/specials/SpecialMostinterwikis.php @@ -34,7 +34,7 @@ class MostinterwikisPage extends QueryPage { parent::__construct( $name ); } - function isExpensive() { + public function isExpensive() { return true; } @@ -42,7 +42,7 @@ class MostinterwikisPage extends QueryPage { return false; } - function getQueryInfo() { + public function getQueryInfo() { return array( 'tables' => array( 'langlinks', @@ -71,7 +71,7 @@ class MostinterwikisPage extends QueryPage { /** * Pre-fill the link cache * - * @param DatabaseBase $db + * @param IDatabase $db * @param ResultWrapper $res */ function preprocessResults( $db, $res ) {