r48775 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48774‎ | r48775 | r48776 >
Date:00:53, 25 March 2009
Author:werdna
Status:ok
Tags:
Comment:
Fix fatal introduced somewhere along the line (probably by core changes)
Modified paths:
  • /trunk/extensions/CentralAuth/SpecialGlobalGroupMembership.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/SpecialGlobalGroupMembership.php
@@ -93,7 +93,7 @@
9494 LogEventsList::showLogExtract( $output, 'gblrights', $pageTitle->getPrefixedText() );
9595 }
9696
97 - function addLogEntry( $user, $oldGroups, $newGroups ) {
 97+ static function addLogEntry( $user, $oldGroups, $newGroups ) {
9898 global $wgRequest;
9999
100100 $log = new LogPage( 'gblrights' );

Follow-up revisions

RevisionCommit summaryAuthorDate
r48909Revert r48746 (API userrights). Breaks Special:GlobalGroupMembership by chang...werdna05:59, 27 March 2009
r48910properly revert r48775 r48778werdna06:01, 27 March 2009

Status & tagging log