aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>2014-02-13 08:57:44 +0100
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>2014-02-13 08:57:44 +0100
commit2e4440c3f8b95a7797cd19c1c27eaef83da48b8b (patch)
tree32ab9ca7d5d134005028737a0d2407d0dc4a96b3
parent3141347214bc37e9430198f3872f914c795d969d (diff)
downloadwallabag-2e4440c3f8b95a7797cd19c1c27eaef83da48b8b.tar.gz
wallabag-2e4440c3f8b95a7797cd19c1c27eaef83da48b8b.tar.zst
wallabag-2e4440c3f8b95a7797cd19c1c27eaef83da48b8b.zip
[change] wallabag in feeds title
-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);