Look for the right field :-P

This commit is contained in:
Thomas Tanghus 2012-07-09 19:10:34 +02:00
parent 7cb74a0bf3
commit 0744e5a172
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}