From 13f4e6bd7522fc0192eb93ce820df9c319f75c86 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Sun, 26 Aug 2018 02:11:42 -0400 Subject: remove unneeded difference to bmo --- Bugzilla/CGI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/CGI.pm b/Bugzilla/CGI.pm index ae997a5fe..2cbb02e3e 100644 --- a/Bugzilla/CGI.pm +++ b/Bugzilla/CGI.pm @@ -704,7 +704,7 @@ sub send_cookie { } # Add the default path and the domain in. - state $uri = Bugzilla->urlbase; + state $uri = URI->new( Bugzilla->localconfig->{urlbase} ); $paramhash{'-path'} = $uri->path; # we don't set the domain. $paramhash{'-secure'} = 1 -- cgit v1.2.3-24-g4f1b