Skip to content

Commit

Permalink
Update Content.php
Browse files Browse the repository at this point in the history
Declare module namespace before template path
  • Loading branch information
mageprince authored Jul 3, 2018
1 parent 153466e commit 2b03b68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Content extends \Magento\Backend\Block\Widget
/**
* @var string
*/
protected $_template = 'catalog/product/helper/gallery.phtml';
protected $_template = 'Magento_Catalog::catalog/product/helper/gallery.phtml';

/**
* @var \Magento\Catalog\Model\Product\Media\Config
Expand Down

0 comments on commit 2b03b68

Please sign in to comment.