Skip to content

Commit

Permalink
ENGCOM-7052: Issue 27009: Fix error fire on catch when create new theme
Browse files Browse the repository at this point in the history
#27026

 - Merge Pull Request #27026 from vincent-le89/magento2:issue/27009
 - Merged commits:
   1. 1ec6c7f
   2. 01cde22
  • Loading branch information
magento-engcom-team committed Mar 5, 2020
2 parents 39914f7 + 01cde22 commit 06b0063
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ protected function renderAssetHtml(\Magento\Framework\View\Asset\PropertyGroup $
$attributes = $this->getGroupAttributes($group);

$result = '';
$template = '';
try {
/** @var $asset \Magento\Framework\View\Asset\AssetInterface */
foreach ($assets as $asset) {
Expand Down

0 comments on commit 06b0063

Please sign in to comment.