1
0
Fork 0
mirror of https://github.com/phpbb/phpbb.git synced 2025-11-09 10:41:37 +00:00

[ticket/10073] Fix missing language string

PHPBB3-10073
This commit is contained in:
Joas Schilling 2014-05-03 14:03:40 +02:00
commit d6484a8177

View file

@ -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,