summaryrefslogtreecommitdiffstats
path: root/lib
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
parentcb8f28b4d0b005d3e915b6d027683084739df3bb (diff)
removing owncloud references and updating links
Diffstat (limited to 'lib')
-rw-r--r--lib/Config/Config.php2
-rw-r--r--lib/Service/FeedService.php2
2 files changed, 2 insertions, 2 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;
diff --git a/lib/Service/FeedService.php b/lib/Service/FeedService.php
index be4750721..c1c1aa64a 100644
--- a/lib/Service/FeedService.php
+++ b/lib/Service/FeedService.php
@@ -299,7 +299,7 @@ class FeedService extends Service {
* @return Feed if one had to be created for nonexistent feeds
*/
public function importArticles($json, $userId) {
- $url = 'http://owncloud/nofeed';
+ $url = 'http://nextcloud/nofeed';
$urlHash = md5($url);
// build assoc array for fast access