From ce9436c0518d8ce522646dde33dbac141cc35c46 Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Wed, 25 Sep 2013 18:34:50 +0200 Subject: [PATCH] OC_Defaults is only used in error reporting --- lib/private/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/config.php b/lib/private/config.php index e773e6e2eb..72423137fa 100644 --- a/lib/private/config.php +++ b/lib/private/config.php @@ -160,7 +160,6 @@ class Config { */ private function writeData() { // Create a php file ... - $defaults = new \OC_Defaults; $content = "debugMode) { $content .= "define('DEBUG',true);\n"; @@ -172,6 +171,7 @@ class Config { // Write the file $result = @file_put_contents($this->configFilename, $content); if (!$result) { + $defaults = new \OC_Defaults; $url = $defaults->getDocBaseUrl() . '/server/5.0/admin_manual/installation/installation_source.html#set-the-directory-permissions'; throw new HintException( "Can't write into config directory!",