From 2bbebf7a0f447e9f012062da60b0977a8ac98f71 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 9 Dec 2007 22:55:39 +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 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']); }