Fix bustage due to bug 1061247

git-svn-id: svn://10.0.0.236/trunk@265594 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2014-10-01 10:15:48 +00:00
parent 36f9ca7aed
commit a47cb5efc3
3 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
9154 9155

View File

@ -1 +1 @@
8222ed65c30f308adc92f2da19e746cb7b22eba2 f7f98a3c67b31d39ce34cca6650f624cba8a5e45

View File

@ -167,6 +167,7 @@ sub cancelChangePassword {
# password and that the new password is valid. # password and that the new password is valid.
sub changePassword { sub changePassword {
my ($user_id, $token) = @_; my ($user_id, $token) = @_;
my $dbh = Bugzilla->dbh;
my $password = $cgi->param('password'); my $password = $cgi->param('password');
(defined $password && defined $cgi->param('matchpassword')) (defined $password && defined $cgi->param('matchpassword'))