From b547977ddab82854f1390ce9cff60b8f7b274af8 Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 25 Jun 2015 21:27:30 +0200 Subject: [PATCH] this one slipped through --- email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email.php b/email.php index 5cef2e0d9..e2b4cffb4 100644 --- a/email.php +++ b/email.php @@ -171,7 +171,7 @@ if (isset($_POST['emailsubmit'])) } else { - $ns->tablerender(LAN_EMAIL_12, "
".$error."
"); + $ns->tablerender(LAN_ERROR, "
".$error."
"); } }