summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-02 00:21:11 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-02 00:21:11 +0200
commit7e9e23f2100f10bffd6ee5eaa6c1778b4a335676 (patch)
tree7f78366fa514bb444e466e7b2453c0b954382c18 /lib/base.php
parent0537960dccb5e9ef7e87d383304e09858d54557b (diff)
parent5ade595911261cf47cdad17deb4d1a013f523245 (diff)
downloadnextcloud-server-7e9e23f2100f10bffd6ee5eaa6c1778b4a335676.tar.gz
nextcloud-server-7e9e23f2100f10bffd6ee5eaa6c1778b4a335676.zip
Merge branch 'master' into apache-auth-master
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 38e981b369e..f0a0b94a41f 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -164,7 +164,7 @@ class OC {
// set the right include path
set_include_path(
- OC::$SERVERROOT . '/lib' . PATH_SEPARATOR .
+ OC::$SERVERROOT . '/lib/private' . PATH_SEPARATOR .
OC::$SERVERROOT . '/config' . PATH_SEPARATOR .
OC::$THIRDPARTYROOT . '/3rdparty' . PATH_SEPARATOR .
implode($paths, PATH_SEPARATOR) . PATH_SEPARATOR .