From bb5c2660a9231bab025c4ad816c00f8bae13417c Mon Sep 17 00:00:00 2001 From: Francisco Donalisio Date: Fri, 9 Mar 2012 15:10:17 -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 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. -- cgit v1.2.3-24-g4f1b