aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--inc/poche/Poche.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php
index a786c8df..dd5fb0b9 100644
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -1031,10 +1031,10 @@ class Poche
1031 // Check the token 1031 // Check the token
1032 1032
1033 $feed = new FeedWriter(RSS2); 1033 $feed = new FeedWriter(RSS2);
1034 $feed->setTitle('poche - ' . $type . ' feed'); 1034 $feed->setTitle('wallabag ' . $type . ' feed');
1035 $feed->setLink(Tools::getPocheUrl()); 1035 $feed->setLink(Tools::getPocheUrl());
1036 $feed->setChannelElement('updated', date(DATE_RSS , time())); 1036 $feed->setChannelElement('updated', date(DATE_RSS , time()));
1037 $feed->setChannelElement('author', 'poche'); 1037 $feed->setChannelElement('author', 'wallabag');
1038 1038
1039 if ($type == 'tag') { 1039 if ($type == 'tag') {
1040 $entries = $this->store->retrieveEntriesByTag($tag_id); 1040 $entries = $this->store->retrieveEntriesByTag($tag_id);