mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fixed fatal error in package installation, should not matter, as if no mbstring is install, you should have no config for it
This commit is contained in:
parent
3bda66e097
commit
0220a0b850
@ -79,7 +79,7 @@ $setup_info['mail']['check_install'] = array(
|
|||||||
'func' => 'php_ini_check',
|
'func' => 'php_ini_check',
|
||||||
'value' => 0,
|
'value' => 0,
|
||||||
'warning' => '<div class="setup_info">' . lang('mbstring.func_overload=0 is required for correct mail processing!') . "</div>",
|
'warning' => '<div class="setup_info">' . lang('mbstring.func_overload=0 is required for correct mail processing!') . "</div>",
|
||||||
'change' => check_load_extension('mbstring') ? 'mbstring.func_overload = 0' : '',
|
'change' => 'mbstring.func_overload = 0',
|
||||||
),
|
),
|
||||||
'tnef' => array(
|
'tnef' => array(
|
||||||
'func' => 'tnef_check',
|
'func' => 'tnef_check',
|
||||||
|
Loading…
Reference in New Issue
Block a user