mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-30 12:52:24 -05:00
[change] wallabag in feeds title
This commit is contained in:
parent
3141347214
commit
2e4440c3f8
@ -1031,10 +1031,10 @@ class Poche
|
|||||||
// Check the token
|
// Check the token
|
||||||
|
|
||||||
$feed = new FeedWriter(RSS2);
|
$feed = new FeedWriter(RSS2);
|
||||||
$feed->setTitle('poche - ' . $type . ' feed');
|
$feed->setTitle('wallabag — ' . $type . ' feed');
|
||||||
$feed->setLink(Tools::getPocheUrl());
|
$feed->setLink(Tools::getPocheUrl());
|
||||||
$feed->setChannelElement('updated', date(DATE_RSS , time()));
|
$feed->setChannelElement('updated', date(DATE_RSS , time()));
|
||||||
$feed->setChannelElement('author', 'poche');
|
$feed->setChannelElement('author', 'wallabag');
|
||||||
|
|
||||||
if ($type == 'tag') {
|
if ($type == 'tag') {
|
||||||
$entries = $this->store->retrieveEntriesByTag($tag_id);
|
$entries = $this->store->retrieveEntriesByTag($tag_id);
|
||||||
|
Loading…
Reference in New Issue
Block a user