From 19e709e51b9be52b90bc16f27eaf323be475fe69 Mon Sep 17 00:00:00 2001 From: Francisco Donalisio Date: Fri, 9 Mar 2012 15:04:11 -0500 Subject: Bug 730794 - Need new hook edituser page r=dkl, a=LpSolit --- editusers.cgi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editusers.cgi') 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. -- cgit v1.2.3-24-g4f1b