forked from extern/egroupware
killed a warning
This commit is contained in:
parent
70acf55484
commit
1eaa8fb11e
@ -210,7 +210,7 @@
|
|||||||
|
|
||||||
if (is_null($pear_available))
|
if (is_null($pear_available))
|
||||||
{
|
{
|
||||||
$pear_available = include('PEAR.php');
|
$pear_available = @include('PEAR.php');
|
||||||
|
|
||||||
if (!class_exists('PEAR')) $pear_available = false;
|
if (!class_exists('PEAR')) $pear_available = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user