From 83f4bd9ee700483d68c5cd9bd93e9f226c124201 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 10 Jul 2014 14:39:53 +0200 Subject: [PATCH] [ticket/12695] Add viewtopic language file for parse_attachments in mcp_post PHPBB3-12695 --- phpBB/includes/mcp/mcp_post.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/includes/mcp/mcp_post.php b/phpBB/includes/mcp/mcp_post.php index ba45037a18..df5dc27996 100644 --- a/phpBB/includes/mcp/mcp_post.php +++ b/phpBB/includes/mcp/mcp_post.php @@ -157,6 +157,7 @@ function mcp_post_details($id, $mode, $action) if (sizeof($attachments)) { + $user->add_lang('viewtopic'); $update_count = array(); parse_attachments($post_info['forum_id'], $message, $attachments, $update_count); }