mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 13:22:06 +02:00
killed a warning
This commit is contained in:
parent
45200da684
commit
01deaaef79
@ -246,7 +246,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…
x
Reference in New Issue
Block a user