diff options
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/base.php b/lib/base.php index 95a47dec1e2..f44c4ff5bf2 100644 --- a/lib/base.php +++ b/lib/base.php @@ -117,12 +117,6 @@ class OC { * the app path list is empty or contains an invalid path */ public static function initPaths() { - // ensure we can find OC_Config - set_include_path( - OC::$SERVERROOT . '/lib' . PATH_SEPARATOR . - get_include_path() - ); - if(defined('PHPUNIT_CONFIG_DIR')) { self::$configDir = OC::$SERVERROOT . '/' . PHPUNIT_CONFIG_DIR . '/'; } elseif(defined('PHPUNIT_RUN') and PHPUNIT_RUN and is_dir(OC::$SERVERROOT . '/tests/config/')) { |