diff options
author | Francisco Donalisio <francsd@linux.vnet.ibm.com> | 2012-03-09 21:10:17 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-03-09 21:10:17 +0100 |
commit | bb5c2660a9231bab025c4ad816c00f8bae13417c (patch) | |
tree | 230675197bd8563f2a5cdcdcae019da951744407 /editusers.cgi | |
parent | 5a05d970d8ee3a8c18e5b3f96302a97ec45e988e (diff) | |
download | bugzilla-bb5c2660a9231bab025c4ad816c00f8bae13417c.tar.gz bugzilla-bb5c2660a9231bab025c4ad816c00f8bae13417c.tar.xz |
Bug 730794 - Need new hook edituser page
r=dkl, a=LpSolit
Diffstat (limited to 'editusers.cgi')
-rwxr-xr-x | editusers.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editusers.cgi b/editusers.cgi index c25c5e9ef..4182f6875 100755 --- a/editusers.cgi +++ b/editusers.cgi @@ -64,6 +64,9 @@ my $token = $cgi->param('token'); $vars->{'editusers'} = $editusers; mirrorListSelectionValues(); +Bugzilla::Hook::process('admin_editusers_action', + { vars => $vars, user => $user, action => $action }); + ########################################################################### if ($action eq 'search') { # Allow to restrict the search to any group the user is allowed to bless. |