diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-01-17 14:40:48 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-01-17 14:40:48 +0100 |
commit | 6b4c3df0876a4786bbde406349746600c87e1e6b (patch) | |
tree | 2c1b02a38d7b2648d9d30e7d6aa66fbcc6b01574 /lib/private/legacy | |
parent | 16033c81235e76af2900fdc8fd9340546301d45c (diff) | |
download | nextcloud-server-6b4c3df0876a4786bbde406349746600c87e1e6b.tar.gz nextcloud-server-6b4c3df0876a4786bbde406349746600c87e1e6b.zip |
Load a separate config (if present) when running unit tests
Diffstat (limited to 'lib/private/legacy')
-rw-r--r-- | lib/private/legacy/config.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/legacy/config.php b/lib/private/legacy/config.php index c457979113e..ab67c8d3020 100644 --- a/lib/private/legacy/config.php +++ b/lib/private/legacy/config.php @@ -38,7 +38,6 @@ * This class is responsible for reading and writing config.php, the very basic * configuration file of ownCloud. */ -OC_Config::$object = new \OC\Config(OC::$SERVERROOT.'/config/'); class OC_Config { /** |