From fda0c6bdb84474e1d28ea3d6a781dd7190645283 Mon Sep 17 00:00:00 2001 From: "kiko%async.com.br" <> Date: Fri, 21 Nov 2003 03:55:44 +0000 Subject: Fix for bug 226207: Internal Server Error while requesting an attachment flag. Simple namespace fix. r=myk, a=myk. --- Bugzilla/FlagType.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/FlagType.pm') diff --git a/Bugzilla/FlagType.pm b/Bugzilla/FlagType.pm index 6c3492ba2..cc825e905 100644 --- a/Bugzilla/FlagType.pm +++ b/Bugzilla/FlagType.pm @@ -34,6 +34,7 @@ use Bugzilla::User; use Bugzilla::Error; use Bugzilla::Util; +use Bugzilla::Config; # Note! This module requires that its caller have said "require CGI.pl" # to import relevant functions from that script and its companion globals.pl. -- cgit v1.2.3-24-g4f1b