Fix PHP8 warning
This commit is contained in:
parent
9eac16087d
commit
62be45e882
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ class libcalendaring_itip
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if ($method == 'CANCEL') {
|
else if ($method == 'CANCEL') {
|
||||||
if ($event['recurrence']) {
|
if (!empty($event['recurrence'])) {
|
||||||
unset($event['recurrence']['EXCEPTIONS']);
|
unset($event['recurrence']['EXCEPTIONS']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue