aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Poche.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/poche/Poche.class.php')
-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) ||