remove wrong settings definition, causing an illegal string offset in preferences

This commit is contained in:
Ralf Becker 2014-07-24 09:53:04 +00:00
parent 1266aeb52a
commit 19651fcb9b
2 changed files with 1 additions and 2 deletions

View File

@ -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;