Fix typo in r52082

This commit is contained in:
Tim Starling 2009-06-18 14:02:55 +00:00
parent d5a3c476fe
commit 634ec8e93e

View file

@ -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 ) {