summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/base.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/base.php b/lib/base.php
index 883c1f54b17..e7bedb69596 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -217,12 +217,7 @@ class OC {
// set the right include path
set_include_path(
- OC::$SERVERROOT . '/lib/private' . PATH_SEPARATOR .
- self::$configDir . PATH_SEPARATOR .
- OC::$SERVERROOT . '/3rdparty' . PATH_SEPARATOR .
- implode(PATH_SEPARATOR, $paths) . PATH_SEPARATOR .
- get_include_path() . PATH_SEPARATOR .
- OC::$SERVERROOT
+ implode(PATH_SEPARATOR, $paths)
);
}