mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02: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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user