diff options
author | mkanat%kerio.com <> | 2005-03-03 16:23:28 +0100 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-03-03 16:23:28 +0100 |
commit | e4b8b770b0229a0761a3ef5116c7fcad4e5352d5 (patch) | |
tree | a77b5e8ff4787c6218fe6df1d5a9c351250be345 /editclassifications.cgi | |
parent | 7cb62ca9a2742e10334cba6bf965a5c0d8ad40ba (diff) | |
download | bugzilla-e4b8b770b0229a0761a3ef5116c7fcad4e5352d5.tar.gz bugzilla-e4b8b770b0229a0761a3ef5116c7fcad4e5352d5.tar.xz |
Bug 283394: Editing or deleting classifications causes a blank page
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
Diffstat (limited to 'editclassifications.cgi')
-rwxr-xr-x | editclassifications.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editclassifications.cgi b/editclassifications.cgi index 54f0c26ae..a390ed4c6 100755 --- a/editclassifications.cgi +++ b/editclassifications.cgi @@ -29,6 +29,8 @@ use Bugzilla::Util; use Bugzilla::Error; use Bugzilla::Config; +require "globals.pl"; + my $cgi = Bugzilla->cgi; my $dbh = Bugzilla->dbh; my $template = Bugzilla->template; |