r82141 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82140‎ | r82141 | r82142 >
Date:20:34, 14 February 2011
Author:catrope
Status:ok
Tags:
Comment:
1.17wmf1: MFT r81942
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/CentralAuth/SpecialGlobalGroupMembership.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/CentralAuth/SpecialGlobalGroupMembership.php
@@ -9,7 +9,7 @@
1010 var $mGlobalUser;
1111
1212 function __construct() {
13 - parent::__construct( 'GlobalGroupMembership' );
 13+ SpecialPage::__construct( 'GlobalGroupMembership' );
1414
1515 global $wgUser;
1616 $this->mGlobalUser = CentralAuthUser::getInstance( $wgUser );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81942Partial revert r71963: this should call the SpecialPage constructor, not parentdemon09:24, 11 February 2011

Status & tagging log