summaryrefslogtreecommitdiffstats
path: root/votes.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'votes.cgi')
-rwxr-xr-xvotes.cgi2
1 files changed, 2 insertions, 0 deletions
diff --git a/votes.cgi b/votes.cgi
index 36661c278..bb2948b37 100755
--- a/votes.cgi
+++ b/votes.cgi
@@ -36,6 +36,8 @@ use Bugzilla::Bug;
use Bugzilla::User;
use Bugzilla::Product;
+use List::Util qw(min);
+
my $cgi = Bugzilla->cgi;
my $template = Bugzilla->template;
my $vars = {};