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;