Fix for bug 226207: Internal Server Error while requesting an attachment

flag. Simple namespace fix. r=myk, a=myk.
This commit is contained in:
kiko%async.com.br 2003-11-20 19:55:44 +00:00
parent 69e0b6971c
commit e23a4a44c6

View 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.