mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 21:13:23 +01:00
remove wrong settings definition, causing an illegal string offset in preferences
This commit is contained in:
parent
a4f21dbf00
commit
138af9f95b
@ -476,7 +476,6 @@ class mail_hooks
|
|||||||
'admin' => False,
|
'admin' => False,
|
||||||
'default'=> 'text',
|
'default'=> 'text',
|
||||||
),
|
),
|
||||||
'add_popup' => '870x800',
|
|
||||||
);
|
);
|
||||||
if (!$GLOBALS['egw_info']['apps']['stylite']) unset($settingsArray['attachVCardAtCompose']);
|
if (!$GLOBALS['egw_info']['apps']['stylite']) unset($settingsArray['attachVCardAtCompose']);
|
||||||
return $settingsArray;
|
return $settingsArray;
|
||||||
|
Loading…
Reference in New Issue
Block a user