Merge branch 'hotfix/ical-fix'
This commit is contained in:
@@ -113,7 +113,7 @@ class IcalService implements SingletonInterface
|
||||
$occupancy = $event->getOccupancy();
|
||||
}
|
||||
|
||||
if (!isset($item['to'])) {
|
||||
if (isset($event) && !isset($item['to'])) {
|
||||
$item['to'] = $event->getEnd();
|
||||
$this->addOccupancyItem($item);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user