Skip to content
Snippets Groups Projects
Commit 0744e5a1 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Look for the right field :-P

parent 7cb74a0b
No related branches found
No related tags found
Loading
......@@ -83,7 +83,7 @@ class OC_Contacts_Addressbook{
$activeaddressbooks = self::all($uid, true);
$ids = array();
foreach($activeaddressbooks as $addressbook) {
$ids[] = $addressbook['userid'];
$ids[] = $addressbook['id'];
}
return $ids;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment