]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 226207: Internal Server Error while requesting an attachment
authorkiko%async.com.br <>
Fri, 21 Nov 2003 03:55:44 +0000 (03:55 +0000)
committerkiko%async.com.br <>
Fri, 21 Nov 2003 03:55:44 +0000 (03:55 +0000)
flag. Simple namespace fix. r=myk, a=myk.

Bugzilla/FlagType.pm

index 6c3492ba26b85a56ceef31ca6c0d704a4b19e18a..cc825e9054ab8296166ac014f239f6eb223e3282 100644 (file)
@@ -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.