summaryrefslogtreecommitdiffstats
path: root/lib/Config
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 22:02:21 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 22:02:21 +0200
commit38e657a5d5791919937ca8e0deb2460aaa103883 (patch)
tree9ed2ac42065fe483606d3236cf0c4ad1c1077935 /lib/Config
parentcb8f28b4d0b005d3e915b6d027683084739df3bb (diff)
removing owncloud references and updating links
Diffstat (limited to 'lib/Config')
-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;