X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialCategories.php;h=cea6ceb9b68e3d54bb89f1f207acac155a321727;hb=6ae9367cddf8565c948f4d9458b07bb688f2ddc2;hp=3a13b7ed601fdbb3e7019923cf5082f7d41926d7;hpb=8a52d9af46bfee45737c0b8b05e174c843382579;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialCategories.php b/includes/specials/SpecialCategories.php index 3a13b7ed60..cea6ceb9b6 100644 --- a/includes/specials/SpecialCategories.php +++ b/includes/specials/SpecialCategories.php @@ -134,7 +134,7 @@ class CategoryPager extends AlphabeticPager { } function getIndexField() { -# return array( 'abc' => 'cat_title', 'count' => 'cat_pages' ); +# return array( 'abc' => 'cat_title', 'count' => 'cat_pages' ); return 'cat_title'; } @@ -145,13 +145,13 @@ class CategoryPager extends AlphabeticPager { return $this->mDefaultQuery; } -# protected function getOrderTypeMessages() { -# return array( 'abc' => 'special-categories-sort-abc', -# 'count' => 'special-categories-sort-count' ); -# } +# protected function getOrderTypeMessages() { +# return array( 'abc' => 'special-categories-sort-abc', +# 'count' => 'special-categories-sort-count' ); +# } protected function getDefaultDirections() { -# return array( 'abc' => false, 'count' => true ); +# return array( 'abc' => false, 'count' => true ); return false; }