From 81a85666a61dd619b7c84878fa26e30d35e62702 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 16 May 2007 02:09:13 +0000 Subject: [PATCH] =?utf8?q?Bug=20380709:=20collectstats.pl=20can't=20find?= =?utf8?q?=20ThrowCodeError=20when=20a=20failure=20occurs=20-=20Patch=20by?= =?utf8?q?=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20?= =?utf8?q?=20r/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- collectstats.pl | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.3