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 6397f2c92..c8f5844c3 100644
--- a/lib/Config/Config.php
+++ b/lib/Config/Config.php
@@ -27,7 +27,7 @@ class Config {
private $autoPurgeCount; // number of allowed unread articles per feed
private $maxRedirects; // seconds
private $feedFetcherTimeout; // seconds
- private $useCronUpdates; // turn off updates run by owncloud cronjob
+ private $useCronUpdates; // turn off updates run by the cron
private $logger;
private $loggerParams;
private $maxSize;