mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 02:39:24 +01:00
[fix] redirect on config page after token generation #491
This commit is contained in:
parent
48e063904d
commit
92fc97eeb3
@ -1124,6 +1124,7 @@ class Poche
|
||||
$currentConfig = $_SESSION['poche_user']->config;
|
||||
$currentConfig['token'] = $token;
|
||||
$_SESSION['poche_user']->setConfig($currentConfig);
|
||||
Tools::redirect();
|
||||
}
|
||||
|
||||
public function generateFeeds($token, $user_id, $tag_id, $type = 'home')
|
||||
|
Loading…
Reference in New Issue
Block a user