aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/ucp/ucp_auth_link.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/ucp/ucp_auth_link.php b/phpBB/includes/ucp/ucp_auth_link.php
index ed348609cf..5a5653e0b2 100644
--- a/phpBB/includes/ucp/ucp_auth_link.php
+++ b/phpBB/includes/ucp/ucp_auth_link.php
@@ -125,6 +125,7 @@ class ucp_auth_link
// Replace "error" strings with their real, localised form
$error = array_map(array($user, 'lang'), $error);
+ $error = implode('<br />', $error);
$template->assign_vars(array(
'ERROR' => $error,