From 2386cfd89c5f8abbaa1cb679b722a419dea49a97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Sun, 14 May 2017 10:21:15 +0200 Subject: [PATCH] Update signup.php Some correction. --- signup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signup.php b/signup.php index a7356f8f5..5ff31ea1c 100644 --- a/signup.php +++ b/signup.php @@ -280,7 +280,7 @@ class signup } else { - e107::getMessage()->setTitle(LAN_ERROR,E_MESSAGE_SUCCESS)->addSuccess(LAN_SIGNUP_44." ".$row['user_email']." - ".LAN_SIGNUP_45); + e107::getMessage()->setTitle(LAN_SIGNUP_61,E_MESSAGE_SUCCESS)->addSuccess(LAN_SIGNUP_44." ".$row['user_email']." - ".LAN_SIGNUP_45); $ns->tablerender(null,e107::getMessage()->render()); $do_log['signup_result'] = LAN_SIGNUP_61; }