Skip to content

Commit 5ab169f

Browse files
author
Derrick Heesbeen
authored
Merge pull request #1 from thokiller/master
compatibility fix for magento 2.3.*
2 parents d092c52 + a6c6756 commit 5ab169f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Plugin/Store/App/Request/PathInfoProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ public function aroundProcess(
7777
}
7878

7979
$pathParts[0] = $storeCode;
80-
return $proceed($request, implode('/', $pathParts));
80+
return $proceed($request, "/". implode('/', $pathParts));
8181
}
8282
}

0 commit comments

Comments
 (0)