]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 268146 + bug 300138: Fix a regression in 2.18.2 due to a patch from bug 268146...
authorlpsolit%gmail.com <>
Sat, 9 Jul 2005 04:05:36 +0000 (04:05 +0000)
committerlpsolit%gmail.com <>
Sat, 9 Jul 2005 04:05:36 +0000 (04:05 +0000)
Bugzilla/CGI.pm

index e1bfe0cf9a57ff328e67b646435eafa3df654426..ec904e63c05df014a3a61f4044ec9e18107dfcec 100644 (file)
@@ -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)) {