From: lpsolit%gmail.com <> Date: Wed, 16 May 2007 02:09:13 +0000 (+0000) Subject: Bug 380709: collectstats.pl can't find ThrowCodeError when a failure occurs - Patch... X-Git-Tag: bugzilla-3.1.2~211 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81a85666a61dd619b7c84878fa26e30d35e62702;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 ca97c0043c..730b8c50f1 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;