summaryrefslogtreecommitdiffstats
path: root/lib/config.php
diff options
context:
space:
mode:
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'",