"fix for bug #804: PEAR include failing -> no message, thanks to regis leroy"

This commit is contained in:
Ralf Becker 2007-05-28 11:46:47 +00:00
parent 88d6ccbb94
commit f6552713ca

View File

@ -242,7 +242,7 @@
{ {
$pear_config = '/etc/php5/cli/pear.conf'; $pear_config = '/etc/php5/cli/pear.conf';
} }
@require_once 'PEAR/Config.php'; @include_once 'PEAR/Config.php';
if (!class_exists('PEAR_Config')) return false; if (!class_exists('PEAR_Config')) return false;