summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
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