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
  • Loading branch information
slavvka authored Mar 6, 2020
2 parents 90012f2 + 06b0063 commit a3239db
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 a3239db

Please sign in to comment.