Skip to content

Commit aca4735

Browse files
ENGCOM-1483: [Forwardport] use 'Module_Name::template/path' format instead of using template/path i… #15081
- Merge Pull Request #15081 from adrian-martinez-interactiv4/magento2:2.3-develop-PR-port-14946 - Merged commits: 1. 44a1f2b
2 parents a53347e + 44a1f2b commit aca4735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Review/Block/Product/ReviewRenderer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class ReviewRenderer extends \Magento\Framework\View\Element\Template implements
1818
* @var array
1919
*/
2020
protected $_availableTemplates = [
21-
self::FULL_VIEW => 'helper/summary.phtml',
22-
self::SHORT_VIEW => 'helper/summary_short.phtml',
21+
self::FULL_VIEW => 'Magento_Review::helper/summary.phtml',
22+
self::SHORT_VIEW => 'Magento_Review::helper/summary_short.phtml',
2323
];
2424

2525
/**

0 commit comments

Comments
 (0)