forked from extern/egroupware
Allow group pseudo-distribution lists
This commit is contained in:
parent
2d8fa6fe79
commit
ca3a660532
@ -382,7 +382,7 @@ class calendar_bo
|
||||
{
|
||||
$contact_list = array();
|
||||
$contacts = new Api\Contacts();
|
||||
if($contacts->check_list((int)substr($id,1), ACL::READ))
|
||||
if($contacts->check_list((int)substr($id,1), ACL::READ) || (int)substr($id,1) < 0)
|
||||
{
|
||||
$options = array('list' => substr($id,1));
|
||||
$lists = $contacts->search('',true,'','','',false,'AND',false,$options);
|
||||
|
Loading…
Reference in New Issue
Block a user