diff options
-rw-r--r-- | lib/base.php | 1 |
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')); |