diff --git a/lib/base.php b/lib/base.php index cf1ffc01771..a8e9e901847 100644 --- a/lib/base.php +++ b/lib/base.php @@ -479,7 +479,7 @@ class OC { // setup 3rdparty autoloader $vendorAutoLoad = OC::$THIRDPARTYROOT . '/3rdparty/autoload.php'; - if (@file_exists($vendorAutoLoad)) { + if (file_exists($vendorAutoLoad)) { require_once $vendorAutoLoad; }