fix getChild()

This commit is contained in:
Thomas Citharel 2016-08-03 11:09:45 +02:00 committed by Lukas Reschke
parent 9af2a9ff4d
commit 8433c3ca31
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ class CalDavBackend extends AbstractBackend implements SyncSupport, Subscription
$calendar[$xmlName] = $row[$dbName];
}
return array_values($calendar);
return $calendar;
}