mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
killed a warning
This commit is contained in:
parent
45200da684
commit
01deaaef79
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user