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:
parent
7de24bad2e
commit
846df59882
@ -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…
x
Reference in New Issue
Block a user