diff options
author | 2007-05-27 03:27:45 +0000 | |
---|---|---|
committer | 2007-05-27 03:27:45 +0000 | |
commit | 2bd57ce8e6f2c2bb59a99d825fc9d181ea2cb4a5 (patch) | |
tree | 6bd15d0b6062217eaf3e7f82eaff89f75715f702 /reports.cgi | |
parent | Bug 381737: POD for the --field option of bz_webservice_demo.pl (diff) | |
download | bugzilla-2bd57ce8e6f2c2bb59a99d825fc9d181ea2cb4a5.tar.gz bugzilla-2bd57ce8e6f2c2bb59a99d825fc9d181ea2cb4a5.tar.bz2 bugzilla-2bd57ce8e6f2c2bb59a99d825fc9d181ea2cb4a5.zip |
Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
Diffstat (limited to 'reports.cgi')
-rwxr-xr-x | reports.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/reports.cgi b/reports.cgi index 0be2ab64b..065e6d73a 100755 --- a/reports.cgi +++ b/reports.cgi @@ -43,6 +43,7 @@ use Bugzilla; use Bugzilla::Constants; use Bugzilla::Util; use Bugzilla::Error; +use Bugzilla::Bug; eval "use GD"; $@ && ThrowCodeError("gd_not_installed"); |