Skip to content

Commit 09227f3

Browse files
committed
Add fallback icons
1 parent 32c2d89 commit 09227f3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Contao/Widgets/MultiColumnWizard.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1790,11 +1790,7 @@ protected function generateButtonString($level = 0)
17901790
),
17911791
$button,
17921792
$GLOBALS['TL_LANG']['MSC'][$btnName],
1793-
Image::getHtml(
1794-
$image,
1795-
$GLOBALS['TL_LANG']['MSC'][$btnName],
1796-
'class="tl_listwizard_img"'
1797-
)
1793+
$icon
17981794
);
17991795
}
18001796

0 commit comments

Comments
 (0)