From: Alexandre Emsenhuber Date: Thu, 22 Jan 2009 11:49:32 +0000 (+0000) Subject: Per Raymond's comment on r45988: fixed "Fatal error: Unsupported operand types in... X-Git-Tag: 1.31.0-rc.0~43311 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=29cb3c1d4fadb0b8ea55c7df5444df90896aed1a;p=lhc%2Fweb%2Fwiklou.git Per Raymond's comment on r45988: fixed "Fatal error: Unsupported operand types in includes/Pager.php on line 318" --- diff --git a/includes/specials/SpecialCategories.php b/includes/specials/SpecialCategories.php index 8c2ae2b682..81b337d8ac 100644 --- a/includes/specials/SpecialCategories.php +++ b/includes/specials/SpecialCategories.php @@ -61,6 +61,7 @@ class CategoryPager extends AlphabeticPager { function getDefaultQuery() { parent::getDefaultQuery(); unset( $this->mDefaultQuery['from'] ); + return $this->mDefaultQuery; } # protected function getOrderTypeMessages() { # return array( 'abc' => 'special-categories-sort-abc',