1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

[add] add RSS feed for archive

This commit is contained in:
Nicolas Lœuillet 2013-12-05 15:13:32 +01:00
parent f0133fe5f4
commit 59cc585271
2 changed files with 2 additions and 1 deletions

View file

@ -858,7 +858,7 @@ class Poche
public function generateFeeds($token, $user_id, $type = 'home')
{
$allowed_types = array('home', 'fav');
$allowed_types = array('home', 'fav', 'archive');
$config = $this->store->getConfigUser($user_id);
if (!in_array($type, $allowed_types) ||