Skip to content

Commit

Permalink
ENGCOM-8831: Magento_Backend store switcher: Use nowdoc instead of he…
Browse files Browse the repository at this point in the history
…redoc #32249

 - Merge Pull Request #32249 from fnogatz/magento2:correct-heredoc-in-adminhtml-switcher
 - Merged commits:
   1. c8a5013
  • Loading branch information
magento-engcom-team committed Mar 4, 2021
2 parents 336eac0 + c8a5013 commit bd0a324
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ script;
setLocation(url);
';
} else {
$scriptString .= <<<script
$scriptString .= <<<'script'
jQuery('#preview_selected_store').val(scopeId);
jQuery('#preview_form').submit();
Expand Down

0 comments on commit bd0a324

Please sign in to comment.