Skip to content

Commit 86ff2b8

Browse files
committed
Fix template override all
1 parent 62a08d4 commit 86ff2b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Resources/contao/templates/dcbe_general_edit.html5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ $GLOBALS['TL_CSS']['cca.dc-general.generalDriver'] = '/bundles/ccadcgeneral/css/
8888
<?php endif; ?>
8989

9090
<?php foreach($this->fieldsets as $arrFieldset):
91-
$class = $arrFieldset['class'];
91+
$class = $arrFieldset['class'] ?? '';
9292
if ($arrFieldset['legend'] ?? null):
9393
$paletteId = 'pal_' . StringUtil::specialchars($arrFieldset['legend']);
9494
if (null !== ($fieldsetState = ($fieldsetStates[$this->table][$paletteId] ?? null))) {

0 commit comments

Comments
 (0)