control the availabilityof the stylite app, before trying to offer the mail VCard feature, because stylite.links:// is used/needed here

This commit is contained in:
Klaus Leithoff 2011-12-16 11:23:55 +00:00
parent d09b7ad087
commit 84386ade01

View File

@ -587,7 +587,7 @@ class addressbook_ui extends addressbook_bo
$this->prefs['document_dir'], $group, 'Insert in document', 'document_',
$this->prefs['default_document'], $this->config['contact_export_limit']
);
if ($GLOBALS['egw_info']['user']['apps']['felamimail'])
if (isset($GLOBALS['egw_info']['apps']['stylite']) && $GLOBALS['egw_info']['user']['apps']['felamimail'])
{
$actions['mail'] = array(
'caption' => lang('Mail VCard'),