aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-12-05 15:13:32 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-12-05 15:13:32 +0100
commit59cc585271a5f253b15617d97e26a29403a929dc (patch)
tree2aa6ff065fe43137e79397f88d86fb99e31c990f /inc/poche
parentf0133fe5f48386f09c3dc5d549a2204fdfda27bc (diff)
downloadwallabag-59cc585271a5f253b15617d97e26a29403a929dc.tar.gz
wallabag-59cc585271a5f253b15617d97e26a29403a929dc.tar.zst
wallabag-59cc585271a5f253b15617d97e26a29403a929dc.zip
[add] add RSS feed for archive
Diffstat (limited to 'inc/poche')
-rw-r--r--inc/poche/Poche.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php
index ac66dfc9..a8a54ff0 100644
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -858,7 +858,7 @@ class Poche
858 858
859 public function generateFeeds($token, $user_id, $type = 'home') 859 public function generateFeeds($token, $user_id, $type = 'home')
860 { 860 {
861 $allowed_types = array('home', 'fav'); 861 $allowed_types = array('home', 'fav', 'archive');
862 $config = $this->store->getConfigUser($user_id); 862 $config = $this->store->getConfigUser($user_id);
863 863
864 if (!in_array($type, $allowed_types) || 864 if (!in_array($type, $allowed_types) ||