aboutsummaryrefslogtreecommitdiffstats
path: root/lib/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/config.php')
-rw-r--r--lib/config.php2
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";