X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialMostcategories.php;h=18083f614a526441c6d72f79bd4e0affbaa5c77f;hb=ea9fcc1e4d3b572199d82c426024e3e5efe23879;hp=c70bbdbad0d42c4fcb4b12f9ca458ed9d7daf978;hpb=ae3234387beb6876a202bf16f87bb33c78449d4d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialMostcategories.php b/includes/specials/SpecialMostcategories.php index c70bbdbad0..18083f614a 100644 --- a/includes/specials/SpecialMostcategories.php +++ b/includes/specials/SpecialMostcategories.php @@ -34,7 +34,7 @@ class MostcategoriesPage extends QueryPage { parent::__construct( $name ); } - function isExpensive() { + public function isExpensive() { return true; } @@ -42,7 +42,7 @@ class MostcategoriesPage extends QueryPage { return false; } - function getQueryInfo() { + public function getQueryInfo() { return array( 'tables' => array( 'categorylinks', 'page' ), 'fields' => array(