Skip to content

Commit 7384f99

Browse files
committed
Merge branch 'MAGETWO-52486' into MAGETWO-53988
2 parents 2eaa8b5 + 10fce70 commit 7384f99

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)