From e7b882a4fcfbc5210d64372ba170efa825ebc237 Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Mon, 8 Jul 2013 18:29:43 +0200 Subject: [PATCH] stupid namespace --- lib/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "debugMode) { $content .= "define('DEBUG',true);\n"; -- 2.39.5