mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-08 06:21:00 +01:00
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(
|
$filter = array(
|
||||||
'owner' => array_keys($this->grants),
|
'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);
|
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