mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Fix distribution lists calendars to work when first added from search results
This commit is contained in:
parent
ac2abceea3
commit
d8e0b4b466
@ -254,7 +254,7 @@ class calendar_bo
|
||||
$this->resources['l'] = array(
|
||||
'type' => 'l',// one char type-identifier for this resources
|
||||
'info' => __CLASS__ .'::mailing_lists',// info method, returns array with id, type & name for a given id
|
||||
'app' => 'Mailing list'
|
||||
'app' => 'Distribution list'
|
||||
);
|
||||
$this->resources[''] = array(
|
||||
'type' => '',
|
||||
|
Loading…
Reference in New Issue
Block a user