Remove all unneeded set_include_path()
This commit is contained in:
parent
89574367bc
commit
748f18f34e
|
@ -217,12 +217,7 @@ class OC {
|
||||||
|
|
||||||
// set the right include path
|
// set the right include path
|
||||||
set_include_path(
|
set_include_path(
|
||||||
OC::$SERVERROOT . '/lib/private' . PATH_SEPARATOR .
|
implode(PATH_SEPARATOR, $paths)
|
||||||
self::$configDir . PATH_SEPARATOR .
|
|
||||||
OC::$SERVERROOT . '/3rdparty' . PATH_SEPARATOR .
|
|
||||||
implode(PATH_SEPARATOR, $paths) . PATH_SEPARATOR .
|
|
||||||
get_include_path() . PATH_SEPARATOR .
|
|
||||||
OC::$SERVERROOT
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue