summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php2
1 files changed, 1 insertions, 1 deletions
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;
}