mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-22 03:08:54 +00:00
[ticket/10073] Fix missing language string
PHPBB3-10073
This commit is contained in:
parent
299fe086b4
commit
d6484a8177
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue