aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Poche.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/poche/Poche.class.php')
-rwxr-xr-xinc/poche/Poche.class.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php
index 34f2ff5a..8a9de488 100755
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -1124,6 +1124,7 @@ class Poche
1124 $currentConfig = $_SESSION['poche_user']->config; 1124 $currentConfig = $_SESSION['poche_user']->config;
1125 $currentConfig['token'] = $token; 1125 $currentConfig['token'] = $token;
1126 $_SESSION['poche_user']->setConfig($currentConfig); 1126 $_SESSION['poche_user']->setConfig($currentConfig);
1127 Tools::redirect();
1127 } 1128 }
1128 1129
1129 public function generateFeeds($token, $user_id, $tag_id, $type = 'home') 1130 public function generateFeeds($token, $user_id, $tag_id, $type = 'home')