From: kiko%async.com.br <> Date: Fri, 21 Nov 2003 03:55:44 +0000 (+0000) Subject: Fix for bug 226207: Internal Server Error while requesting an attachment X-Git-Tag: bugzilla-2.17.7~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fda0c6bdb84474e1d28ea3d6a781dd7190645283;p=thirdparty%2Fbugzilla.git Fix for bug 226207: Internal Server Error while requesting an attachment flag. Simple namespace fix. r=myk, a=myk. --- diff --git a/Bugzilla/FlagType.pm b/Bugzilla/FlagType.pm index 6c3492ba26..cc825e9054 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.