@@ -117,7 +117,7 @@ |
||
117 | 117 | $typeList = isset($configuration['tcaTypeList']) ? \trim($configuration['tcaTypeList']) : ''; |
118 | 118 | // Configure position of where to put the calendarize fields |
119 | 119 | // Supports everything offered by TYPO3, e.g.: before:abc, after:abc, replace:abc |
120 | - $position = isset($configuration['tcaPosition']) ? \trim($configuration['tcaPosition']): ''; |
|
120 | + $position = isset($configuration['tcaPosition']) ? \trim($configuration['tcaPosition']) : ''; |
|
121 | 121 | $GLOBALS['TCA'][$tableName]['columns'][$fieldName] = [ |
122 | 122 | 'label' => 'Calendarize', |
123 | 123 | 'l10n_mode' => 'exclude', |