forked from extern/egroupware
fix: find public entries in advs
This commit is contained in:
parent
87c35aacf4
commit
051c340826
@ -282,6 +282,7 @@ class bocontacts extends socontacts
|
||||
{
|
||||
$filter = array(
|
||||
'owner' => array_keys($this->grants),
|
||||
'access' => 'public',
|
||||
);
|
||||
return parent::search($criteria,$only_keys,$order_by,$extra_cols,$wildcard,$empty,$op,$start,$filter,$join,$need_full_no_count);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user