Skip to content

Commit 1ec6c7f

Browse files
committed
Issue 27009: Fix error fire on catch when create new theme
1 parent 2d46d98 commit 1ec6c7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/View/Page/Config/Renderer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ protected function renderAssetHtml(\Magento\Framework\View\Asset\PropertyGroup $
414414
$attributes = $this->getGroupAttributes($group);
415415

416416
$result = '';
417+
$template= '';
417418
try {
418419
/** @var $asset \Magento\Framework\View\Asset\AssetInterface */
419420
foreach ($assets as $asset) {

0 commit comments

Comments
 (0)