From 1eaa8fb11eca11a2597a568013b84ddf2b66b5cd Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 15 Aug 2006 17:01:33 +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 57747d2696..8a3386959d 100644 --- a/setup/check_install.php +++ b/setup/check_install.php @@ -210,7 +210,7 @@ if (is_null($pear_available)) { - $pear_available = include('PEAR.php'); + $pear_available = @include('PEAR.php'); if (!class_exists('PEAR')) $pear_available = false;