diff options
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r-- | phpBB/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index bf7ba6e293..9752e3a768 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -826,7 +826,7 @@ if (!sizeof($error) && $preview) $extensions = $update_count = array(); $template->assign_var('S_HAS_ATTACHMENTS', true); - display_attachments('attachment', $message_parser->attachment_data, $update_count, true); + display_attachments($forum_id, 'attachment', $message_parser->attachment_data, $update_count, true); } } |