Skip to content

Commit

Permalink
bugfix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
bnayalivne committed Dec 4, 2016
1 parent 485704c commit b2b9df6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lib-libxml": "*"
},
"type": "magento2-module",
"version": "2.1.3-p2",
"version": "2.1.3-p3",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
4 changes: 2 additions & 2 deletions view/frontend/layout/catalog_product_view.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd">
<body>
<referenceContainer name="before.body.end">
<block class="\Remarkety\Mgconnector\Block\Frontend\Tracking\Product" name="remarkety.tracking.product" template="product.phtml" cacheable="false">
<block class="\Remarkety\Mgconnector\Block\Frontend\Tracking\Product" name="remarkety.tracking.product" template="product.phtml">
</block>
</referenceContainer>
</body>
</page>
</page>

0 comments on commit b2b9df6

Please sign in to comment.