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:
Ralf Becker 2014-04-17 14:38:54 +00:00
parent 3bda66e097
commit 0220a0b850

View File

@ -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',