1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-30 19:52:17 +01:00

Use local namespace.

This commit is contained in:
Thomas Tanghus 2012-10-30 07:08:41 +01:00
parent ef893ce9c7
commit db8175bb3d

View File

@ -231,7 +231,7 @@ class App {
$batchsize = 10;
$categories = new \OC_VCategories('contact');
while($vccontacts =
OCA\Contacts\VCard::all($vcaddressbookids, $start, $batchsize)) {
VCard::all($vcaddressbookids, $start, $batchsize)) {
$cards = array();
foreach($vccontacts as $vccontact) {
$cards[] = array($vccontact['id'], $vccontact['carddata']);