aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-07-10 14:39:53 +0200
committerMarc Alexander <admin@m-a-styles.de>2014-07-10 14:39:53 +0200
commit83f4bd9ee700483d68c5cd9bd93e9f226c124201 (patch)
tree82732a4a56479e29dffb9d41e7c1d13352057648 /phpBB
parenta6d66b2ab032e9b71596e03fef7814bd80bda2d8 (diff)
downloadforums-83f4bd9ee700483d68c5cd9bd93e9f226c124201.tar
forums-83f4bd9ee700483d68c5cd9bd93e9f226c124201.tar.gz
forums-83f4bd9ee700483d68c5cd9bd93e9f226c124201.tar.bz2
forums-83f4bd9ee700483d68c5cd9bd93e9f226c124201.tar.xz
forums-83f4bd9ee700483d68c5cd9bd93e9f226c124201.zip
[ticket/12695] Add viewtopic language file for parse_attachments in mcp_post
PHPBB3-12695
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/mcp/mcp_post.php1
1 files changed, 1 insertions, 0 deletions
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);
}