From 93b71ce63d8ca58874957ce9cd4b93a6de8b9179 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 13 Aug 2006 05:11:24 +0000 Subject: [PATCH] fixed "to many warnings in error_log", which caused acording to Finjon Kiang to crash apache --- setup/check_install.php | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/setup/check_install.php b/setup/check_install.php index 8878053f39..57747d2696 100644 --- a/setup/check_install.php +++ b/setup/check_install.php @@ -1,20 +1,19 @@ \n"; } @@ -371,7 +370,7 @@ { $msg = lang('Checking file-permissions of %1 for %2 %3: %4',$rel_name,$check_not,$checks,$perms)."
\n"; } - if ($args['error']) + if (isset($args['error']) && $args['error']) { $extra_error_msg = "
\n".$args['error']; }