From: Bart Visscher Date: Wed, 25 Sep 2013 16:34:50 +0000 (+0200) Subject: OC_Defaults is only used in error reporting X-Git-Tag: v6.0.0alpha2~86^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ce9436c0518d8ce522646dde33dbac141cc35c46;p=nextcloud-server.git OC_Defaults is only used in error reporting --- diff --git a/lib/private/config.php b/lib/private/config.php index e773e6e2eb0..72423137fa3 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!",