Skip to content

Commit 70f6fe0

Browse files
authored
Update Link.php
Declare module namespace before template path
1 parent 69f5949 commit 70f6fe0

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Block/Adminhtml/Rss/Grid

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Block/Adminhtml/Rss/Grid/Link.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Link extends \Magento\Framework\View\Element\Template
1313
/**
1414
* @var string
1515
*/
16-
protected $_template = 'rss/grid/link.phtml';
16+
protected $_template = 'Magento_Catalog::rss/grid/link.phtml';
1717

1818
/**
1919
* @var \Magento\Framework\App\Rss\UrlBuilderInterface

0 commit comments

Comments
 (0)