From f7f98a3c67b31d39ce34cca6650f624cba8a5e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Wed, 1 Oct 2014 12:05:28 +0200 Subject: Fix bustage due to bug 1061247 --- token.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'token.cgi') diff --git a/token.cgi b/token.cgi index ddfdc159b..145aa5225 100755 --- a/token.cgi +++ b/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')) -- cgit v1.2.1