From 01deaaef79c778dcfe2427f42dc8b29c01b18aec Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 15 Aug 2006 17:00:12 +0000 Subject: [PATCH] killed a warning --- 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 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;