@@ -87,11 +87,11 @@ |
||
| 87 | 87 | $originalObject->getKeSearchTags($index), |
| 88 | 88 | "&tx_calendarize_calendar[index]={$index->getUid()}", |
| 89 | 89 | $abstract, |
| 90 | - $index->_getProperty('_languageUid'), // $index always has a "_languageUid" - if the $originalObject does not use translations, it is 0 |
|
| 90 | + $index->_getProperty('_languageUid'), // $index always has a "_languageUid" - if the $originalObject does not use translations, it is 0 |
|
| 91 | 91 | $index->_hasProperty('starttime') ? $index->_getProperty('starttime') : 0, |
| 92 | 92 | $index->_hasProperty('endtime') ? $index->_getProperty('endtime') : 0, |
| 93 | 93 | $index->_hasProperty('fe_group') ? $index->_getProperty('fe_group') : '', |
| 94 | - false, // debugOnly |
|
| 94 | + false, // debugOnly |
|
| 95 | 95 | $additionalFields |
| 96 | 96 | ); |
| 97 | 97 | } |
@@ -68,7 +68,7 @@ |
||
| 68 | 68 | |
| 69 | 69 | $actions = $this->flexFormService->get('switchableControllerActions', 'main'); |
| 70 | 70 | $parts = GeneralUtility::trimExplode(';', $actions, true); |
| 71 | - $parts = array_map(function ($element) { |
|
| 71 | + $parts = array_map(function($element) { |
|
| 72 | 72 | $split = explode('->', $element); |
| 73 | 73 | return ucfirst($split[1]); |
| 74 | 74 | }, $parts); |