From: Frédéric Buclin Date: Wed, 1 Oct 2014 10:07:34 +0000 (+0200) Subject: Fix bustage due to bug 1061247 X-Git-Tag: bugzilla-4.4.6~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b4a2599b1ba5394507e2e22401ec3e13cdf5d3f;p=thirdparty%2Fbugzilla.git Fix bustage due to bug 1061247 --- diff --git a/token.cgi b/token.cgi index a85973efcd..013ab17e32 100755 --- a/token.cgi +++ b/token.cgi @@ -163,6 +163,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'))