Skip to content

Commit 3cfd5c4

Browse files
authored
Update Websites.php
Declare module namespace before template path
1 parent 7fe8314 commit 3cfd5c4

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Websites.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Websites extends \Magento\Backend\Block\Store\Switcher
2121
/**
2222
* @var string
2323
*/
24-
protected $_template = 'catalog/product/edit/websites.phtml';
24+
protected $_template = 'Magento_Catalog::catalog/product/edit/websites.phtml';
2525

2626
/**
2727
* Core registry

0 commit comments

Comments
 (0)