Skip to content

Commit 775de57

Browse files
committed
ACP2E-1801: Bundle products cannot be added to admin order by SKU which contains slashes
1 parent 6e83e48 commit 775de57

File tree

1 file changed

+2
-1
lines changed
  • lib/internal/Magento/Framework

1 file changed

+2
-1
lines changed

lib/internal/Magento/Framework/Url.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
use Magento\Framework\App\ObjectManager;
1010
use Magento\Framework\Serialize\Serializer\Json;
1111
use Magento\Framework\Url\HostChecker;
12+
use phpDocumentor\Reflection\Types\False_;
1213

1314
/**
1415
* URL
@@ -893,7 +894,7 @@ function ($item) use (&$isCached) {
893894
private function createUrl($routePath = null, array $routeParams = null)
894895
{
895896
$escapeQuery = false;
896-
$escapeParams = false;
897+
$escapeParams = true;
897898

898899
/**
899900
* All system params should be unset before we call getRouteUrl

0 commit comments

Comments
 (0)