Fix typo in r52082
This commit is contained in:
parent
d5a3c476fe
commit
634ec8e93e
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ class UserrightsPage extends SpecialPage {
|
|||
$newGroups = $oldGroups;
|
||||
|
||||
// Run a hook beforehand to allow extensions to modify the added/removed groups
|
||||
wfRunHook( 'UserrightsSaveUserGroups', array( &$user, $oldGroups, &$add, &$remove, $reason ) );
|
||||
wfRunHooks( 'UserrightsSaveUserGroups', array( &$user, $oldGroups, &$add, &$remove, $reason ) );
|
||||
|
||||
// remove then add groups
|
||||
if( $remove ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue