mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix getChild()
This commit is contained in:
parent
9af2a9ff4d
commit
8433c3ca31
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ class CalDavBackend extends AbstractBackend implements SyncSupport, Subscription
|
|||
$calendar[$xmlName] = $row[$dbName];
|
||||
}
|
||||
|
||||
return array_values($calendar);
|
||||
return $calendar;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue