From a47cb5efc3d6efbd28f3f50b42a7c42aa5d27cbf Mon Sep 17 00:00:00 2001 From: "bzrmirror%bugzilla.org" Date: Wed, 1 Oct 2014 10:15:48 +0000 Subject: [PATCH] Fix bustage due to bug 1061247 git-svn-id: svn://10.0.0.236/trunk@265594 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/.gitrev | 2 +- mozilla/webtools/bugzilla/token.cgi | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 6d3c893e9e7..c651c88aeab 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -9154 \ No newline at end of file +9155 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/.gitrev b/mozilla/webtools/bugzilla/.gitrev index ad51930d287..af5d356461a 100644 --- a/mozilla/webtools/bugzilla/.gitrev +++ b/mozilla/webtools/bugzilla/.gitrev @@ -1 +1 @@ -8222ed65c30f308adc92f2da19e746cb7b22eba2 \ No newline at end of file +f7f98a3c67b31d39ce34cca6650f624cba8a5e45 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/token.cgi b/mozilla/webtools/bugzilla/token.cgi index ddfdc159b25..145aa52257b 100755 --- a/mozilla/webtools/bugzilla/token.cgi +++ b/mozilla/webtools/bugzilla/token.cgi @@ -167,6 +167,7 @@ sub cancelChangePassword { # password and that the new password is valid. sub changePassword { my ($user_id, $token) = @_; + my $dbh = Bugzilla->dbh; my $password = $cgi->param('password'); (defined $password && defined $cgi->param('matchpassword'))