diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-07-08 18:29:43 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-07-08 18:29:43 +0200 |
commit | e7b882a4fcfbc5210d64372ba170efa825ebc237 (patch) | |
tree | 2bd371a25a9bfee4d961a15f8ad379964323a5fd | |
parent | abe9abab997a01c3784a475d4cd16068647ed71d (diff) | |
download | nextcloud-server-e7b882a4fcfbc5210d64372ba170efa825ebc237.tar.gz nextcloud-server-e7b882a4fcfbc5210d64372ba170efa825ebc237.zip |
stupid namespace
-rw-r--r-- | lib/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config.php b/lib/config.php index b03302ef09d..00d9f5b4247 100644 --- a/lib/config.php +++ b/lib/config.php @@ -159,7 +159,7 @@ class Config { */ private function writeData() { // Create a php file ... - $defaults = new OC_Defaults; + $defaults = new \OC_Defaults; $content = "<?php\n"; if ($this->debugMode) { $content .= "define('DEBUG',true);\n"; |