Fix regression due to bug 372979, a=mkanat on IRC

git-svn-id: svn://10.0.0.236/branches/BUGZILLA-4_0-BRANCH@260725 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org
2010-07-13 01:49:58 +00:00
parent 3c85c43924
commit b466a3e931
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
7308
7309

View File

@@ -26,6 +26,7 @@
use strict;
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Error;
my $cgi = Bugzilla->cgi;