Soft-Fail if PEAR doesnt exist

This commit is contained in:
f0o
2015-10-01 15:20:46 +00:00
parent 1e7221128a
commit 5806850bce

View File

@@ -216,7 +216,7 @@ if($stage == 0) {
}
// Check for pear install
require_once 'System.php';
@include_once 'System.php';
if(class_exists('System') === true) {
$ext_loaded = 'yes';