stupid namespace

This commit is contained in:
Bart Visscher 2013-07-08 18:29:43 +02:00
parent abe9abab99
commit e7b882a4fc
1 changed files with 1 additions and 1 deletions

View File

@ -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";