codefog / contao-events_subscriptions

Contao extension that allows members of your website to subscribe to the events
MIT License
10 stars 5 forks source link

$arrRange is undefined in EventReaderModule.php if the event does not occur again. #87

Closed deadmanIsARabbit closed 2 years ago

deadmanIsARabbit commented 2 years ago

$arrRange has to be initialized empty. Otherwise $objTemplate->getPastDates = function ($recurrences) use ($objEvent, $objPage, $intStartTime, $intEndTime, $arrRange, $span) will fail.

qzminski commented 2 years ago

Fixed in 2.16.1.