summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-03-03 16:23:28 +0100
committermkanat%kerio.com <>2005-03-03 16:23:28 +0100
commite4b8b770b0229a0761a3ef5116c7fcad4e5352d5 (patch)
treea77b5e8ff4787c6218fe6df1d5a9c351250be345
parent7cb62ca9a2742e10334cba6bf965a5c0d8ad40ba (diff)
downloadbugzilla-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
-rwxr-xr-xeditclassifications.cgi2
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;