Skip to content

Commit fb39e70

Browse files
ENGCOM-2156: [Backport] Declare module namespace before template path name(Magento_Sales::order/info.phtml). #16475
2 parents 80c28a5 + dc790af commit fb39e70

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sales/Block/Order

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Block/Order/Info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Info extends \Magento\Framework\View\Element\Template
2121
/**
2222
* @var string
2323
*/
24-
protected $_template = 'order/info.phtml';
24+
protected $_template = 'Magento_Sales::order/info.phtml';
2525

2626
/**
2727
* Core registry

0 commit comments

Comments
 (0)