From: lpsolit%gmail.com <> Date: Wed, 16 May 2007 02:10:30 +0000 (+0000) Subject: Bug 380709: collectstats.pl can't find ThrowCodeError when a failure occurs - Patch... X-Git-Tag: bugzilla-3.0.1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61ad60d57798acad6283806d70f429ab70367b18;p=thirdparty%2Fbugzilla.git Bug 380709: collectstats.pl can't find ThrowCodeError when a failure occurs - Patch by Frédéric Buclin r/a=mkanat --- diff --git a/collectstats.pl b/collectstats.pl index 7bc2b6174d..3702a472b0 100755 --- a/collectstats.pl +++ b/collectstats.pl @@ -38,6 +38,7 @@ use lib "."; use Bugzilla; use Bugzilla::Constants; +use Bugzilla::Error; use Bugzilla::Util; use Bugzilla::Search; use Bugzilla::User;