1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

Merge pull request #1078 from tgtje/commit

LAN_ERROR usage
This commit is contained in:
Cameron
2015-06-25 18:36:28 -07:00

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