]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 653713: editusers.cgi crashes when editing a user profile
authorJochen Wiedmann <jochen.wiedmann@gmail.com>
Fri, 6 May 2011 20:53:01 +0000 (22:53 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Fri, 6 May 2011 20:53:01 +0000 (22:53 +0200)
r/a=mkanat

Bugzilla/Auth/Verify/Stack.pm

index dfc920420629f6952e905305ee96d823e4e148b3..e1a0119928f5fe1483ef335cbb1ef24268e0b3b8 100644 (file)
@@ -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;