From: mkanat%kerio.com <> Date: Thu, 3 Mar 2005 15:23:28 +0000 (+0000) Subject: Bug 283394: Editing or deleting classifications causes a blank page X-Git-Tag: bugzilla-2.19.3~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4b8b770b0229a0761a3ef5116c7fcad4e5352d5;p=thirdparty%2Fbugzilla.git Bug 283394: Editing or deleting classifications causes a blank page Patch By Max Kanat-Alexander r=joel, a=justdave --- diff --git a/editclassifications.cgi b/editclassifications.cgi index 54f0c26ae7..a390ed4c6f 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;