Skip to content

Commit f43f626

Browse files
author
Dale Sikkema
committed
MAGETWO-49668: add explicit set of path component to generated uri #3339
1 parent b041f3c commit f43f626

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/PageCache/Model/Cache/Server.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ public function getUris()
7474
foreach ($servers as $key => $value) {
7575
$servers[$key]->setScheme('http')
7676
->setPath('/')
77-
->setQuery(null)
78-
;
77+
->setQuery(null);
7978
}
8079
return $servers;
8180
}

0 commit comments

Comments
 (0)