Skip to content

Commit

Permalink
Merge pull request #1447 from magento-engcom/2.1-develop-prs
Browse files Browse the repository at this point in the history
[EngCom] Public Pull Requests - 2.1
 - MAGETWO-72135: Bugfix - Multiple filter_url_params #10714
  • Loading branch information
ishakhsuvarov authored Sep 1, 2017
2 parents d8b56d2 + 8bcea89 commit 6065b1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ protected function prepareUpdateUrl()
}
if ($paramValue) {
$this->data['config']['update_url'] = sprintf(
'%s%s/%s',
'%s%s/%s/',
$this->data['config']['update_url'],
$paramName,
$paramValue
Expand Down

0 comments on commit 6065b1c

Please sign in to comment.