diff --git a/lib/config.php b/lib/config.php index b03302ef09..00d9f5b424 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 = "debugMode) { $content .= "define('DEBUG',true);\n";