diff --git a/setup/check_install.php b/setup/check_install.php index e30697a952..04c3d97a81 100644 --- a/setup/check_install.php +++ b/setup/check_install.php @@ -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']); }