Skip to content

Commit 11730c2

Browse files
author
Maksym Aposov
committed
Merge remote-tracking branch 'origin/MAGETWO-49404' into W1
2 parents 5434902 + 1491427 commit 11730c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Search/view/frontend/templates/form.mini.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $helper = $this->helper('Magento\Search\Helper\Data');
2323
<input id="search"
2424
data-mage-init='{"quickSearch":{
2525
"formSelector":"#search_mini_form",
26-
"url":"<?php /* @escapeNotVerified */ echo $block->getUrl('search/ajax/suggest'); ?>",
26+
"url":"<?php /* @escapeNotVerified */ echo $block->getUrl('search/ajax/suggest', ['_secure' => $block->getRequest()->isSecure()]); ?>",
2727
"destinationSelector":"#search_autocomplete"}
2828
}'
2929
type="text"

0 commit comments

Comments
 (0)