mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/oauth] More minor changes from review
PHPBB3-11673
This commit is contained in:
@@ -977,7 +977,7 @@ class phpbb_auth
|
||||
// This data is passed along as GET data to the next page allow the account to be linked
|
||||
|
||||
$params = array('mode' => 'login_link');
|
||||
$url = append_sid('ucp.' . $phpEx, array_merge($params, $login['redirect_data']));
|
||||
$url = append_sid($phpbb_root_path . 'ucp.' . $phpEx, array_merge($params, $login['redirect_data']));
|
||||
|
||||
redirect($url);
|
||||
}
|
||||
|
Reference in New Issue
Block a user