Merge pull request #55133 from nextcloud/fix/handleIMip-undefined-array-key

fix: handleIMip undefined array key
This commit is contained in:
Richard Steinmetz 2025-09-16 14:25:50 +02:00 committed by GitHub
commit 5ed702e4dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -290,7 +290,7 @@ class Manager implements IManager {
}
}
if ($options['absent'] === 'create') {
if (isset($options['absent']) && $options['absent'] === 'create') {
// retrieve the primary calendar for the user
$calendar = $this->getPrimaryCalendar($userId);
if ($calendar !== null && (