aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-07-10 15:28:07 +0200
committerTristan Darricau <github@nicofuma.fr>2014-07-10 15:28:07 +0200
commit657fc069e8a0974c83e48c8c9a6ad10298b55bd1 (patch)
tree446dff4a5def8d6488a66d3c045248a5eec0d2cb
parentb0d8f0edaca07bf0ed59fcbba999277bffc8c0d5 (diff)
parentcc0f93147393cffa7c4c5b05a1c7f67014e1a1d4 (diff)
downloadforums-657fc069e8a0974c83e48c8c9a6ad10298b55bd1.tar
forums-657fc069e8a0974c83e48c8c9a6ad10298b55bd1.tar.gz
forums-657fc069e8a0974c83e48c8c9a6ad10298b55bd1.tar.bz2
forums-657fc069e8a0974c83e48c8c9a6ad10298b55bd1.tar.xz
forums-657fc069e8a0974c83e48c8c9a6ad10298b55bd1.zip
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12695] Add viewtopic language file for parse_attachments in mcp_post
-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 e81abd0c8e..1687409198 100644
--- a/phpBB/includes/mcp/mcp_post.php
+++ b/phpBB/includes/mcp/mcp_post.php
@@ -151,6 +151,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);
}