From b466a3e931c546e417b04bfe78b1f4f784ce5628 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Tue, 13 Jul 2010 01:49:58 +0000 Subject: [PATCH] Fix regression due to bug 372979, a=mkanat on IRC git-svn-id: svn://10.0.0.236/branches/BUGZILLA-4_0-BRANCH@260725 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/votes.cgi | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 1804aa3262b..e298765b331 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7308 \ No newline at end of file +7309 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/votes.cgi b/mozilla/webtools/bugzilla/votes.cgi index 04589d4bca4..dfbadfabc1c 100755 --- a/mozilla/webtools/bugzilla/votes.cgi +++ b/mozilla/webtools/bugzilla/votes.cgi @@ -26,6 +26,7 @@ use strict; use lib qw(. lib); use Bugzilla; +use Bugzilla::Error; my $cgi = Bugzilla->cgi;