X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialMostcategories.php;h=18083f614a526441c6d72f79bd4e0affbaa5c77f;hb=d949901f3cc991d41d10eb2b2dcf62a46c1ff6bd;hp=c70bbdbad0d42c4fcb4b12f9ca458ed9d7daf978;hpb=8b1a78fa5e62923d6dea1f9fe578c46b2910155e;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(