1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2021-10-17 12:41:44 +02:00
3 changed files with 30 additions and 8 deletions

View File

@@ -2074,7 +2074,7 @@ if ($allowed)
}
// Attachment entry
posting_gen_attachment_entry($attachment_data, $filename_data, $allowed);
posting_gen_attachment_entry($attachment_data, $filename_data, $allowed, $forum_id);
// Output page ...
page_header($page_title);