From 5bc56f489006ac50d02f8eb2c2f6561d6d9d86de Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Fri, 6 May 2011 21:05:43 +0000 Subject: [PATCH] Bug 653713: editusers.cgi crashes when editing a user profile r/a=mkanat git-svn-id: svn://10.0.0.236/trunk@262299 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/Bugzilla/Auth/Verify/Stack.pm | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 457d6cf3307..ad43ff3fc8b 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7808 \ No newline at end of file +7809 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/Auth/Verify/Stack.pm b/mozilla/webtools/bugzilla/Bugzilla/Auth/Verify/Stack.pm index dfc92042062..e1a0119928f 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Auth/Verify/Stack.pm +++ b/mozilla/webtools/bugzilla/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;