forked from extern/egroupware
"fix for bug #804: PEAR include failing -> no message, thanks to regis leroy"
This commit is contained in:
parent
88d6ccbb94
commit
f6552713ca
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user