Skip to content

Commit e85558a

Browse files
author
Oleksii Korshenko
committed
MAGETWO-69723: Email to a Friend feature #9824
- fixed template configuration format
1 parent 43f8976 commit e85558a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/SendFriend/view/frontend/layout/sendfriend_product_send.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</action>
1414
</referenceBlock>
1515
<referenceContainer name="content">
16-
<block class="Magento\SendFriend\Block\Send" name="sendfriend.send" template="send.phtml">
16+
<block class="Magento\SendFriend\Block\Send" name="sendfriend.send" template="Magento_SendFriend::send.phtml">
1717
<container name="form.additional.info" as="form_additional_info"/>
1818
</block>
1919
</referenceContainer>

0 commit comments

Comments
 (0)