mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/12695] Add viewtopic language file for parse_attachments in mcp_post
PHPBB3-12695
This commit is contained in:
parent
a6d66b2ab0
commit
83f4bd9ee7
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue