mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
"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';
|
||||
}
|
||||
@require_once 'PEAR/Config.php';
|
||||
@include_once 'PEAR/Config.php';
|
||||
|
||||
if (!class_exists('PEAR_Config')) return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user