From f6552713ca9d40f471d0a8612490a0a13d2f3f9a Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 28 May 2007 11:46:47 +0000 Subject: [PATCH] "fix for bug #804: PEAR include failing -> no message, thanks to regis leroy" --- 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 ca0b422cae..bc58e9089c 100644 --- a/setup/check_install.php +++ b/setup/check_install.php @@ -242,7 +242,7 @@ { $pear_config = '/etc/php5/cli/pear.conf'; } - @require_once 'PEAR/Config.php'; + @include_once 'PEAR/Config.php'; if (!class_exists('PEAR_Config')) return false;