mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
E_ALL notice
This commit is contained in:
parent
3a6b8ce799
commit
1a743d658d
@ -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