From: lpsolit%gmail.com <> Date: Sat, 9 Jul 2005 04:05:36 +0000 (+0000) Subject: Bug 268146 + bug 300138: Fix a regression in 2.18.2 due to a patch from bug 268146... X-Git-Tag: bugzilla-2.18.3~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b3b60efc29c19ddb2d6a699e30ae979cbac24ba;p=thirdparty%2Fbugzilla.git Bug 268146 + bug 300138: Fix a regression in 2.18.2 due to a patch from bug 268146 - Patch by Marc Schumann r=LpSolit,wicked a=justdave --- diff --git a/Bugzilla/CGI.pm b/Bugzilla/CGI.pm index e1bfe0cf9a..ec904e63c0 100644 --- a/Bugzilla/CGI.pm +++ b/Bugzilla/CGI.pm @@ -188,9 +188,8 @@ sub send_cookie { ThrowCodeError('cookies_need_value'); } - # Add the default path and the domain in. + # Add the default path in. $paramhash{'-path'} = Param('cookiepath'); - $paramhash{'-domain'} = Param('cookiedomain') if Param('cookiedomain'); # Move the param list back into an array for the call to cookie(). foreach (keys(%paramhash)) {