Fix distribution lists calendars to work when first added from search results

This commit is contained in:
nathangray 2016-07-20 12:39:06 -06:00
parent ac2abceea3
commit d8e0b4b466

View File

@ -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' => '',