mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/16344] Add UCP language to memberlist's contact form
PHPBB3-16344
This commit is contained in:
parent
7de24bad2e
commit
846df59882
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue