From 2c7efaddad31581331d37f9948fa39657577ce64 Mon Sep 17 00:00:00 2001 From: Jochen Wiedmann Date: Fri, 6 May 2011 22:53:01 +0200 Subject: Bug 653713: editusers.cgi crashes when editing a user profile r/a=mkanat --- Bugzilla/Auth/Verify/Stack.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Auth') diff --git a/Bugzilla/Auth/Verify/Stack.pm b/Bugzilla/Auth/Verify/Stack.pm index dfc920420..e1a011992 100644 --- a/Bugzilla/Auth/Verify/Stack.pm +++ b/Bugzilla/Auth/Verify/Stack.pm @@ -21,9 +21,12 @@ use fields qw( _stack successful ); -use Hash::Util qw(lock_keys); + use Bugzilla::Hook; +use Hash::Util qw(lock_keys); +use List::MoreUtils qw(any); + sub new { my $class = shift; my $list = shift; -- cgit v1.2.3-24-g4f1b