1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-15 03:55:23 +02:00

[ticket/16344] Add UCP language to memberlist's contact form

PHPBB3-16344
This commit is contained in:
mrgoldy 2020-02-04 18:39:23 +01:00
parent 7de24bad2e
commit 846df59882

View File

@ -894,6 +894,8 @@ switch ($mode)
trigger_error('NO_EMAIL');
}
$user->add_lang('ucp');
/** @var $form \phpbb\message\form */
$form = $phpbb_container->get('message.form.' . $form_name);