Index: branches/wmf/1.17wmf1/extensions/CentralAuth/SpecialGlobalGroupMembership.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | var $mGlobalUser; |
11 | 11 | |
12 | 12 | function __construct() { |
13 | | - parent::__construct( 'GlobalGroupMembership' ); |
| 13 | + SpecialPage::__construct( 'GlobalGroupMembership' ); |
14 | 14 | |
15 | 15 | global $wgUser; |
16 | 16 | $this->mGlobalUser = CentralAuthUser::getInstance( $wgUser ); |