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;