mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
E_ALL notice
This commit is contained in:
parent
bb1d8575d8
commit
2bbebf7a0f
@ -179,7 +179,7 @@
|
||||
|
||||
if ($data['func'] == 'pear_check' || in_array($data['func'],array('extension_check','php_ini_check')) && !isset($data['warning']))
|
||||
{
|
||||
if ($checks[$name]['from'] && !is_array($checks[$name]['from']))
|
||||
if (isset($checks[$name]['from']) && $checks[$name]['from'] && !is_array($checks[$name]['from']))
|
||||
{
|
||||
$checks[$name]['from'] = array($checks[$name]['from']);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user