Skip to content

Commit b79e560

Browse files
committed
Update Template.php
Declare module namespace before template path
1 parent d7b93c7 commit b79e560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Email/Block/Adminhtml/Template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Template extends \Magento\Backend\Block\Template implements \Magento\Backe
2222
*
2323
* @var string
2424
*/
25-
protected $_template = 'template/list.phtml';
25+
protected $_template = 'Magento_Email::template/list.phtml';
2626

2727
/**
2828
* @var \Magento\Backend\Block\Widget\Button\ButtonList

0 commit comments

Comments
 (0)