Commit 2c7efadd authored by Jochen Wiedmann's avatar Jochen Wiedmann Committed by Frédéric Buclin

Bug 653713: editusers.cgi crashes when editing a user profile

r/a=mkanat
parent f0fede65
...@@ -21,9 +21,12 @@ use fields qw( ...@@ -21,9 +21,12 @@ use fields qw(
_stack _stack
successful successful
); );
use Hash::Util qw(lock_keys);
use Bugzilla::Hook; use Bugzilla::Hook;
use Hash::Util qw(lock_keys);
use List::MoreUtils qw(any);
sub new { sub new {
my $class = shift; my $class = shift;
my $list = shift; my $list = shift;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment