php8 warning
This commit is contained in:
parent
398c3120e8
commit
cfd8b4e6c8
1 changed files with 1 additions and 1 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Reference in a new issue