summaryrefslogtreecommitdiffstats
path: root/lib/Config/Config.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Config/Config.php')
-rw-r--r--lib/Config/Config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Config/Config.php b/lib/Config/Config.php
index 727cbdb7d..97099db48 100644
--- a/lib/Config/Config.php
+++ b/lib/Config/Config.php
@@ -199,7 +199,7 @@ class Config
'updateInterval = ' .
$this->updateInterval . "\n" .
'useCronUpdates = ' .
- var_export($this->useCronUpdates, true);
+ var_export($this->useCronUpdates, true);
;
$this->fileSystem->get($configPath)->putContent($ini);