There was an error while loading. Please reload this page.
1 parent 62a08d4 commit 86ff2b8Copy full SHA for 86ff2b8
1 file changed
src/Resources/contao/templates/dcbe_general_edit.html5
@@ -88,7 +88,7 @@ $GLOBALS['TL_CSS']['cca.dc-general.generalDriver'] = '/bundles/ccadcgeneral/css/
88
<?php endif; ?>
89
90
<?php foreach($this->fieldsets as $arrFieldset):
91
- $class = $arrFieldset['class'];
+ $class = $arrFieldset['class'] ?? '';
92
if ($arrFieldset['legend'] ?? null):
93
$paletteId = 'pal_' . StringUtil::specialchars($arrFieldset['legend']);
94
if (null !== ($fieldsetState = ($fieldsetStates[$this->table][$paletteId] ?? null))) {
0 commit comments