diff options
author | Francisco Donalisio <francsd@linux.vnet.ibm.com> | 2012-03-09 21:04:11 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-03-09 21:04:11 +0100 |
commit | 19e709e51b9be52b90bc16f27eaf323be475fe69 (patch) | |
tree | 865940c6a23ea1b34c9312d4823e21e5a93cc226 /editusers.cgi | |
parent | 823edaec39342c46147a60bd0a1038b392ad60fa (diff) | |
download | bugzilla-19e709e51b9be52b90bc16f27eaf323be475fe69.tar.gz bugzilla-19e709e51b9be52b90bc16f27eaf323be475fe69.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 b4b86b880..e2675921b 100755 --- a/editusers.cgi +++ b/editusers.cgi @@ -50,6 +50,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. |