Browse Source

fix getChild()

tags/v11.0RC2
Thomas Citharel 7 years ago
parent
commit
8433c3ca31
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/dav/lib/CalDAV/CalDavBackend.php

+ 1
- 1
apps/dav/lib/CalDAV/CalDavBackend.php View File

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

return array_values($calendar);
return $calendar;

}


Loading…
Cancel
Save