diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-09-21 14:33:25 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-09-21 14:33:25 +0200 |
commit | 1ef43bc1a1d9fa643e365701109a9a9542adfe91 (patch) | |
tree | 38c6008cc1d4d470b0ee4bfa7767b3452c101b4e | |
parent | 13932e9aba03c86bb4468752d44f18d611505e21 (diff) | |
parent | 0b2a0cc9b462fc158ed1b059426868cf97a16105 (diff) | |
download | forums-1ef43bc1a1d9fa643e365701109a9a9542adfe91.tar forums-1ef43bc1a1d9fa643e365701109a9a9542adfe91.tar.gz forums-1ef43bc1a1d9fa643e365701109a9a9542adfe91.tar.bz2 forums-1ef43bc1a1d9fa643e365701109a9a9542adfe91.tar.xz forums-1ef43bc1a1d9fa643e365701109a9a9542adfe91.zip |
Merge branch '3.2.x' into 3.3.x
-rw-r--r-- | phpBB/phpbb/message/form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/message/form.php b/phpBB/phpbb/message/form.php index 63bada91ff..6573a04f8b 100644 --- a/phpBB/phpbb/message/form.php +++ b/phpBB/phpbb/message/form.php @@ -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)) |