Skip to content

Commit a22995f

Browse files
authored
Update Template.php
Declare module namespace before template path
1 parent fd4d8f5 commit a22995f

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
@@ -21,7 +21,7 @@ class Template extends \Magento\Backend\Block\Template implements \Magento\Backe
2121
*
2222
* @var string
2323
*/
24-
protected $_template = 'template/list.phtml';
24+
protected $_template = 'Magento_Email::template/list.phtml';
2525

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

0 commit comments

Comments
 (0)