mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/delete-auto-logins] Fixes language entries and redirection.
The user is redirected after deleting auto login session keys. PHPBB3-9647
This commit is contained in:
parent
5ce46cc960
commit
79ef960435
1 changed files with 2 additions and 1 deletions
|
@ -635,7 +635,8 @@ class ucp_profile
|
|||
|
||||
$db->sql_query($sql);
|
||||
|
||||
$message = $user->lang['AUTOLOGIN_SESSIONS_KEYS_DELETED'] . '<br /><br />' . sprintf($user->lang['RETURN_UCP'], '<a href="' . $this->u_action . '">', '</a>');
|
||||
meta_refresh(3, $this->u_action);
|
||||
$message = $user->lang['AUTOLOGIN_SESSION_KEYS_DELETED'] . '<br /><br />' . sprintf($user->lang['RETURN_UCP'], '<a href="' . $this->u_action . '">', '</a>');
|
||||
trigger_error($message);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue