mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10073] Fix missing language string
PHPBB3-10073
This commit is contained in:
@@ -142,6 +142,7 @@ class topic_form extends form
|
||||
{
|
||||
parent::render($template);
|
||||
|
||||
$this->user->add_lang('viewtopic');
|
||||
$template->assign_vars(array(
|
||||
'EMAIL' => $this->recipient_address,
|
||||
'NAME' => $this->recipient_name,
|
||||
|
Reference in New Issue
Block a user