Merge pull request #2036 from f0o/issue-2035

Soft-Fail if PEAR doesnt exist
This commit is contained in:
Neil Lathwood
2015-10-01 17:07:19 +01:00

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';