From 0b4a2599b1ba5394507e2e22401ec3e13cdf5d3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Wed, 1 Oct 2014 12:07:34 +0200 Subject: [PATCH] Fix bustage due to bug 1061247 --- token.cgi | 1 + 1 file changed, 1 insertion(+) 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')) -- 2.47.2