From: Tim Starling Date: Thu, 18 Jun 2009 14:02:55 +0000 (+0000) Subject: Fix typo in r52082 X-Git-Tag: 1.31.0-rc.0~41304 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=634ec8e93e7492e359e3167e347d8b5379bd32a0;p=lhc%2Fweb%2Fwiklou.git Fix typo in r52082 --- diff --git a/includes/specials/SpecialUserrights.php b/includes/specials/SpecialUserrights.php index 7e2c51b8ba..41e7f79feb 100644 --- a/includes/specials/SpecialUserrights.php +++ b/includes/specials/SpecialUserrights.php @@ -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 ) {