From: Frédéric Buclin Date: Tue, 13 Jul 2010 01:38:15 +0000 (+0200) Subject: Fix regression due to bug 372979, a=mkanat on IRC X-Git-Tag: bugzilla-3.7.3~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0d138adcb7fc0c60a64a517ddc367b8b367133a;p=thirdparty%2Fbugzilla.git Fix regression due to bug 372979, a=mkanat on IRC --- diff --git a/votes.cgi b/votes.cgi index 04589d4bca..dfbadfabc1 100755 --- a/votes.cgi +++ b/votes.cgi @@ -26,6 +26,7 @@ use strict; use lib qw(. lib); use Bugzilla; +use Bugzilla::Error; my $cgi = Bugzilla->cgi;