From e4b8b770b0229a0761a3ef5116c7fcad4e5352d5 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Thu, 3 Mar 2005 15:23:28 +0000 Subject: [PATCH] Bug 283394: Editing or deleting classifications causes a blank page Patch By Max Kanat-Alexander r=joel, a=justdave --- editclassifications.cgi | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.47.2