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

this one slipped through

This commit is contained in:
leo 2015-06-25 21:27:30 +02:00
parent 3bc8dbdf83
commit b547977dda

View File

@ -171,7 +171,7 @@ if (isset($_POST['emailsubmit']))
}
else
{
$ns->tablerender(LAN_EMAIL_12, "<div style='text-align:center'>".$error."</div>");
$ns->tablerender(LAN_ERROR, "<div style='text-align:center'>".$error."</div>");
}
}