From: Frédéric Buclin Date: Tue, 13 Jul 2010 01:35:42 +0000 (+0200) Subject: Fix regression due to bug 372979, a=mkanat on IRC X-Git-Tag: bugzilla-4.1.1~419 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33e1f44e56b7864a793738574a564675bd019270;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;