Index: trunk/extensions/CentralAuth/SpecialGlobalGroupMembership.php |
— | — | @@ -93,7 +93,7 @@ |
94 | 94 | LogEventsList::showLogExtract( $output, 'gblrights', $pageTitle->getPrefixedText() ); |
95 | 95 | } |
96 | 96 | |
97 | | - function addLogEntry( $user, $oldGroups, $newGroups ) { |
| 97 | + static function addLogEntry( $user, $oldGroups, $newGroups ) { |
98 | 98 | global $wgRequest; |
99 | 99 | |
100 | 100 | $log = new LogPage( 'gblrights' ); |