summaryrefslogtreecommitdiffstats
path: root/lib/config.php
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2013-06-03 18:17:32 -0400
committerMichael Gapczynski <mtgap@owncloud.com>2013-06-03 18:17:32 -0400
commite0359b0b24a2fbc490fa1c96ee722ef82a191c04 (patch)
tree5b811863c3232ce8389d76f936430f55d7ce4650 /lib/config.php
parent1c617321931494e04ae429c659eda2d0217346cb (diff)
downloadnextcloud-server-e0359b0b24a2fbc490fa1c96ee722ef82a191c04.tar.gz
nextcloud-server-e0359b0b24a2fbc490fa1c96ee722ef82a191c04.zip
One more style fix
Diffstat (limited to 'lib/config.php')
-rw-r--r--lib/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config.php b/lib/config.php
index 563e8ec8696..a6095296453 100644
--- a/lib/config.php
+++ b/lib/config.php
@@ -164,7 +164,7 @@ class Config {
$content .= ";\n";
// Write the file
- $result = @file_put_contents( $this->configFilename, $content);
+ $result = @file_put_contents($this->configFilename, $content);
if (!$result) {
throw new HintException(
"Can't write into config directory 'config'",