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(
_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;
......
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