Skip to content

Commit 1f6d6a4

Browse files
committed
Update Links.php
Declare module namespace before template path
1 parent d9f848f commit 1f6d6a4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Links extends \Magento\Backend\Block\Template
3030
/**
3131
* @var string
3232
*/
33-
protected $_template = 'product/edit/downloadable/links.phtml';
33+
protected $_template = 'Magento_Downloadable::product/edit/downloadable/links.phtml';
3434

3535
/**
3636
* Downloadable file

0 commit comments

Comments
 (0)