diff options
Diffstat (limited to 'inc')
-rwxr-xr-x | inc/poche/Poche.class.php | 1 |
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') |