summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/base.php b/lib/base.php
index eddcec97b1f..391bcf865a0 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -481,11 +481,7 @@ class OC {
$loaderStart = microtime(true);
require_once __DIR__ . '/autoloader.php';
self::$loader = new \OC\Autoloader([
- OC::$SERVERROOT . '/lib',
- OC::$SERVERROOT . '/core',
- OC::$SERVERROOT . '/settings',
- OC::$SERVERROOT . '/ocs',
- OC::$SERVERROOT . '/ocs-provider',
+ OC::$SERVERROOT . '/lib/private/legacy',
]);
if (defined('PHPUNIT_RUN')) {
self::$loader->addValidRoot(OC::$SERVERROOT . '/tests');