mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +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);
|
parent::render($template);
|
||||||
|
|
||||||
|
$this->user->add_lang('viewtopic');
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
'EMAIL' => $this->recipient_address,
|
'EMAIL' => $this->recipient_address,
|
||||||
'NAME' => $this->recipient_name,
|
'NAME' => $this->recipient_name,
|
||||||
|
Reference in New Issue
Block a user