mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-02-07 01:54:16 +01:00
Use local namespace.
This commit is contained in:
parent
ef893ce9c7
commit
db8175bb3d
@ -231,7 +231,7 @@ class App {
|
|||||||
$batchsize = 10;
|
$batchsize = 10;
|
||||||
$categories = new \OC_VCategories('contact');
|
$categories = new \OC_VCategories('contact');
|
||||||
while($vccontacts =
|
while($vccontacts =
|
||||||
OCA\Contacts\VCard::all($vcaddressbookids, $start, $batchsize)) {
|
VCard::all($vcaddressbookids, $start, $batchsize)) {
|
||||||
$cards = array();
|
$cards = array();
|
||||||
foreach($vccontacts as $vccontact) {
|
foreach($vccontacts as $vccontact) {
|
||||||
$cards[] = array($vccontact['id'], $vccontact['carddata']);
|
$cards[] = array($vccontact['id'], $vccontact['carddata']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user