X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialShortpages.php;h=ba11862e5e842324c96268702b5c7b7b567d4fd8;hb=e2af4108ae9b0cdada47bf2ca66497384ac9016a;hp=782d9a175a4c87254d8c9263f96f9d597188c6b8;hpb=27ca77bdd2512a27c58547d810a5206cc4c12b22;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialShortpages.php b/includes/specials/SpecialShortpages.php index 782d9a175a..ba11862e5e 100644 --- a/includes/specials/SpecialShortpages.php +++ b/includes/specials/SpecialShortpages.php @@ -37,7 +37,7 @@ class ShortPagesPage extends QueryPage { return false; } - function getQueryInfo() { + public function getQueryInfo() { return array( 'tables' => array( 'page' ), 'fields' => array( @@ -58,7 +58,7 @@ class ShortPagesPage extends QueryPage { } /** - * @param DatabaseBase $db + * @param IDatabase $db * @param ResultWrapper $res */ function preprocessResults( $db, $res ) {