diff options
author | lpsolit%gmail.com <> | 2007-05-16 02:09:13 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-05-16 02:09:13 +0000 |
commit | 81a85666a61dd619b7c84878fa26e30d35e62702 (patch) | |
tree | 23c1017ee9b6d86ed20cd64042d62063230b52bb /collectstats.pl | |
parent | Bug 380416: template/en/default/admin/users/userdata.html.tmpl should honor c... (diff) | |
download | bugzilla-81a85666a61dd619b7c84878fa26e30d35e62702.tar.gz bugzilla-81a85666a61dd619b7c84878fa26e30d35e62702.tar.bz2 bugzilla-81a85666a61dd619b7c84878fa26e30d35e62702.zip |
Bug 380709: collectstats.pl can't find ThrowCodeError when a failure occurs - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'collectstats.pl')
-rwxr-xr-x | collectstats.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/collectstats.pl b/collectstats.pl index ca97c0043..730b8c50f 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; |