diff --git a/setup/check_install.php b/setup/check_install.php index 26b8f11b3a..fe25bc76e2 100644 --- a/setup/check_install.php +++ b/setup/check_install.php @@ -246,7 +246,7 @@ if (is_null($pear_available)) { - $pear_available = include('PEAR.php'); + $pear_available = @include('PEAR.php'); if (!class_exists('PEAR')) $pear_available = false;