From d6484a8177b2f8e38d7e4b65c02ac0db7463ce2c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 3 May 2014 14:03:40 +0200 Subject: [PATCH] [ticket/10073] Fix missing language string PHPBB3-10073 --- phpBB/phpbb/message/topic_form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/phpbb/message/topic_form.php b/phpBB/phpbb/message/topic_form.php index 988028c301..3a35c35d21 100644 --- a/phpBB/phpbb/message/topic_form.php +++ b/phpBB/phpbb/message/topic_form.php @@ -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,