Skip to content
Snippets Groups Projects
Commit 9e676992 authored by Yaroslav Onischenko's avatar Yaroslav Onischenko
Browse files

Merge remote-tracking branch 'origin/MAGETWO-49827' into develop

parents 81c18269 1a60cce9
Branches
No related merge requests found
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
<script type="text/x-magento-init"> <script type="text/x-magento-init">
{ {
"body": { "body": {
"addToWishlist": <?php "addToWishlist": <?php /* @noEscape */ echo $this->helper('Magento\Framework\Json\Helper\Data')
echo $this->helper('Magento\Framework\Json\Helper\Data')->jsonEncode($block->getWishlistOptions()); ->jsonEncode($block->getWishlistOptions());
?> ?>
} }
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment