summaryrefslogtreecommitdiffstats
path: root/Bugzilla/FlagType.pm
diff options
context:
space:
mode:
authorkiko%async.com.br <>2003-11-21 04:55:44 +0100
committerkiko%async.com.br <>2003-11-21 04:55:44 +0100
commitfda0c6bdb84474e1d28ea3d6a781dd7190645283 (patch)
tree9e70c4d10e8fd61b1cfc24b91595dfeb34b1bd95 /Bugzilla/FlagType.pm
parent8a3bc3f2d2364b3175ba85832a4a4bc59eecf52a (diff)
downloadbugzilla-fda0c6bdb84474e1d28ea3d6a781dd7190645283.tar.gz
bugzilla-fda0c6bdb84474e1d28ea3d6a781dd7190645283.tar.xz
Fix for bug 226207: Internal Server Error while requesting an attachment
flag. Simple namespace fix. r=myk, a=myk.
Diffstat (limited to 'Bugzilla/FlagType.pm')
-rw-r--r--Bugzilla/FlagType.pm1
1 files changed, 1 insertions, 0 deletions
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.