php8 warning

This commit is contained in:
Christian Mollekopf 2024-05-29 18:11:29 +02:00
parent 398c3120e8
commit cfd8b4e6c8

View file

@ -1769,7 +1769,7 @@ class kolab_driver extends calendar_driver
$candidates[$id] = [
'id' => $id,
'title' => $e['title'],
'location' => $e['location'],
'location' => $e['location'] ?? null,
'start' => $e['start'],
'end' => $e['end'],
'notifyat' => $alarm['time'],