aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@owncloud.com>2016-01-10 21:32:52 +0100
committerRoeland Jago Douma <rullzer@owncloud.com>2016-01-10 21:32:52 +0100
commitfce8c4224017fcf33f691d67786ebef94d602702 (patch)
treea6657f50edc417b2bbd390d7b9ab2704f53e176b /lib/base.php
parent656b5418996744b5ba095afac59b4fdb4db37337 (diff)
downloadnextcloud-server-fce8c4224017fcf33f691d67786ebef94d602702.tar.gz
nextcloud-server-fce8c4224017fcf33f691d67786ebef94d602702.zip
OC autoloader is not allowed to load 3rdparty
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index 51f4d819ab1..f1ee298a2fc 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -488,7 +488,6 @@ class OC {
OC::$SERVERROOT . '/settings',
OC::$SERVERROOT . '/ocs',
OC::$SERVERROOT . '/ocs-provider',
- OC::$SERVERROOT . '/3rdparty',
OC::$SERVERROOT . '/tests',
]);
spl_autoload_register(array(self::$loader, 'load'));