From 1a743d658d350880c59d9eebc5ef4aaf3fa8739a Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 9 Dec 2007 22:54:26 +0000 Subject: [PATCH] E_ALL notice --- setup/check_install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/check_install.php b/setup/check_install.php index f875b1f41e..d1401de828 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']); }