[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) ||