From 2b3b60efc29c19ddb2d6a699e30ae979cbac24ba Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 9 Jul 2005 04:05:36 +0000 Subject: [PATCH] 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 --- Bugzilla/CGI.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)) { -- 2.47.3