Revision: 46016
Author:   ialex
Date:     2009-01-22 11:49:32 +0000 (Thu, 22 Jan 2009)

Log Message:
-----------
Per Raymond's comment on r45988: fixed "Fatal error: Unsupported operand types 
in includes/Pager.php on line 318"

Modified Paths:
--------------
    trunk/phase3/includes/specials/SpecialCategories.php

Modified: trunk/phase3/includes/specials/SpecialCategories.php
===================================================================
--- trunk/phase3/includes/specials/SpecialCategories.php        2009-01-22 
11:22:34 UTC (rev 46015)
+++ trunk/phase3/includes/specials/SpecialCategories.php        2009-01-22 
11:49:32 UTC (rev 46016)
@@ -61,6 +61,7 @@
        function getDefaultQuery() {
                parent::getDefaultQuery();
                unset( $this->mDefaultQuery['from'] );
+               return $this->mDefaultQuery;
        }
 #      protected function getOrderTypeMessages() {
 #              return array( 'abc' => 'special-categories-sort-abc',



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to