mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 12:30:04 +01:00
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:
parent
d09b7ad087
commit
84386ade01
@ -587,7 +587,7 @@ class addressbook_ui extends addressbook_bo
|
|||||||
$this->prefs['document_dir'], $group, 'Insert in document', 'document_',
|
$this->prefs['document_dir'], $group, 'Insert in document', 'document_',
|
||||||
$this->prefs['default_document'], $this->config['contact_export_limit']
|
$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(
|
$actions['mail'] = array(
|
||||||
'caption' => lang('Mail VCard'),
|
'caption' => lang('Mail VCard'),
|
||||||
|
Loading…
Reference in New Issue
Block a user