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

flag. Simple namespace fix. r=myk, a=myk.


git-svn-id: svn://10.0.0.236/trunk@149587 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kiko%async.com.br 2003-11-20 19:55:44 +00:00
parent d835a76f4c
commit 40d328277b

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.