mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 04:23:38 +01:00
[feature/oauth] Fix bug on ucp_auth_link related to error display
PHPBB3-11673
This commit is contained in:
parent
ae18f921ea
commit
d5808f13e5
@ -125,6 +125,7 @@ class ucp_auth_link
|
|||||||
|
|
||||||
// Replace "error" strings with their real, localised form
|
// Replace "error" strings with their real, localised form
|
||||||
$error = array_map(array($user, 'lang'), $error);
|
$error = array_map(array($user, 'lang'), $error);
|
||||||
|
$error = implode('<br />', $error);
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
'ERROR' => $error,
|
'ERROR' => $error,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user