From 634ec8e93e7492e359e3167e347d8b5379bd32a0 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Thu, 18 Jun 2009 14:02:55 +0000 Subject: [PATCH] Fix typo in r52082 --- includes/specials/SpecialUserrights.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1