mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Allow group pseudo-distribution lists
This commit is contained in:
parent
cc594af822
commit
02f0936f9c
@ -377,7 +377,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