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:
parent
ef893ce9c7
commit
db8175bb3d
@ -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']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user