1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/16157] Fix FORM_INVALID error in the sending email form

PHPBB3-16157
This commit is contained in:
rxu
2019-09-13 00:25:18 +07:00
parent 4db585a4cb
commit 177cc22683

View File

@@ -136,7 +136,7 @@ abstract class form
{
if (!check_form_key('memberlist_email'))
{
$this->errors[] = 'FORM_INVALID';
$this->errors[] = $this->user->lang('FORM_INVALID');
}
if (!count($this->errors))