]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix regression due to bug 372979, a=mkanat on IRC
authorFrédéric Buclin <LpSolit@gmail.com>
Tue, 13 Jul 2010 01:38:15 +0000 (03:38 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 13 Jul 2010 01:38:15 +0000 (03:38 +0200)
votes.cgi

index 04589d4bca413aff3a099a17bf1f67781b6c0e68..dfbadfabc1c1f69e86de09858336f3629c2e7cfa 100755 (executable)
--- 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;