summaryrefslogtreecommitdiffstats
path: root/editusers.cgi
diff options
context:
space:
mode:
authorFrancisco Donalisio <francsd@linux.vnet.ibm.com>2012-03-09 21:04:11 +0100
committerDave Lawrence <dlawrence@mozilla.com>2012-03-09 21:04:11 +0100
commit19e709e51b9be52b90bc16f27eaf323be475fe69 (patch)
tree865940c6a23ea1b34c9312d4823e21e5a93cc226 /editusers.cgi
parent823edaec39342c46147a60bd0a1038b392ad60fa (diff)
downloadbugzilla-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-xeditusers.cgi3
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.