Skip to content

Commit

Permalink
14294 - Fixes 'back' functionality after switching a store view.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobecls committed Jun 8, 2018
1 parent af84959 commit 3feda05
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,7 +27,7 @@
<?php foreach ($block->getStores() as $_lang): ?>
<?php if ($_lang->getId() != $block->getCurrentStoreId()): ?>
<li class="view-<?= $block->escapeHtml($_lang->getCode()) ?> switcher-option">
<a href="#" data-post='<?= /* @noEscape */ $block->getTargetStorePostData($_lang) ?>'>
<a href="<?= $block->escapeUrl($_lang->getCurrentUrl(true)) ?>">
<?= $block->escapeHtml($_lang->getName()) ?>
</a>
</li>
Expand Down

0 comments on commit 3feda05

Please sign in to comment.