1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-16 20:28:28 +01:00

Fix formatting of errors on 'usersup_veri' event

This commit is contained in:
Moc 2021-01-24 12:50:50 +01:00
parent 8b73cfee5c
commit 0e3e184abc
No known key found for this signature in database
GPG Key ID: AAEA3CC2C5A308F2

View File

@ -197,7 +197,7 @@ if (isset($_POST['register']) && intval($pref['user_reg']) === 1)
if($invalid = e107::getEvent()->trigger("usersup_veri", $_POST))
{
$extraErrors[] = $invalid."\\n";
$extraErrors[] = $invalid;
$error = TRUE;
}