From: Bart Visscher Date: Mon, 8 Jul 2013 16:29:43 +0000 (+0200) Subject: stupid namespace X-Git-Tag: v6.0.0alpha2~473^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e7b882a4fcfbc5210d64372ba170efa825ebc237;p=nextcloud-server.git stupid namespace --- 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";