1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02: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

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;
}