[ticket/10073] Fix missing language string

PHPBB3-10073
This commit is contained in:
Joas Schilling 2014-05-03 14:03:40 +02:00
parent 299fe086b4
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,