mariomatzulla / cal

A calendar combining all the functions of the existing calendar extensions plus adding some new features. It is based on the ical standard
Other
1 stars 3 forks source link

Creating default object from empty value when updating event #3

Closed Make66 closed 4 years ago

Make66 commented 4 years ago

Classes/Hooks/TceMainProcessdatamap.php:98 $notificationService->controller->getDateTimeObject = new \TYPO3\CMS\Cal\Model\CalDate( $event ['start_date'] . '000000' );

1476107295 TYPO3\CMS\Core\Error\Exception

PHP Warning: Creating default object from empty value in /home/thescottishgavel.com/typo3conf/ext/cal/Classes/Hooks/TceMainProcessdatamap.php line 98

Das kommt, wenn ich eine Category zuweise und den Event speichern will. Die Category wird übernommen.

mariomatzulla commented 4 years ago

hilft commit 230aea4f09ae4117b971d2888a708e7301784157?

Make66 commented 4 years ago

solves the issue.