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:
parent
8b73cfee5c
commit
0e3e184abc
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user