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.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Config/Config.php b/lib/Config/Config.php
index 35d947871..727cbdb7d 100644
--- a/lib/Config/Config.php
+++ b/lib/Config/Config.php
@@ -196,8 +196,10 @@ class Config
$this->exploreUrl . "\n" .
'feedFetcherTimeout = ' .
$this->feedFetcherTimeout . "\n" .
+ 'updateInterval = ' .
+ $this->updateInterval . "\n" .
'useCronUpdates = ' .
- var_export($this->useCronUpdates, true);
+ var_export($this->useCronUpdates, true);
;
$this->fileSystem->get($configPath)->putContent($ini);