Skip to content

Commit

Permalink
Bug: 14038 Map distribution-list items to the contacts API.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jul 23, 2015
1 parent c1fc4d0 commit 4e98b1b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -79,6 +79,7 @@ protected static function _type2app($type)
if (!isset(self::$_mapping)) {
self::$_mapping = array(
'contact' => $registry->hasInterface('contacts'),
'distribution-list' => $registry->hasInterface('contacts'),
'event' => $registry->hasInterface('calendar'),
'note' => $registry->hasInterface('notes'),
'task' => $registry->hasInterface('tasks')
Expand Down

0 comments on commit 4e98b1b

Please sign in to comment.