Skip to content

Commit 10fce70

Browse files
author
Dmytro Voskoboinikov
committed
MAGETWO-52486: Order can be placed when order placing is not allowed
1 parent a5fa3af commit 10fce70

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Url.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ protected function _parseUrl($url)
232232
'user' => 'setUser',
233233
'pass' => 'setPassword',
234234
'path' => 'setPath',
235-
'query' => 'setQuery',
235+
'query' => '_setQuery',
236236
'fragment' => 'setFragment',
237237
];
238238

0 commit comments

Comments
 (0)