diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2013-06-03 18:17:32 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2013-06-03 18:17:32 -0400 |
commit | e0359b0b24a2fbc490fa1c96ee722ef82a191c04 (patch) | |
tree | 5b811863c3232ce8389d76f936430f55d7ce4650 /lib/config.php | |
parent | 1c617321931494e04ae429c659eda2d0217346cb (diff) | |
download | nextcloud-server-e0359b0b24a2fbc490fa1c96ee722ef82a191c04.tar.gz nextcloud-server-e0359b0b24a2fbc490fa1c96ee722ef82a191c04.zip |
One more style fix
Diffstat (limited to 'lib/config.php')
-rw-r--r-- | lib/config.php | 2 |
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'", |