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

[ticket/16888] Add the list of allowed files in the attachment tab

PHPBB3-16888
This commit is contained in:
3D-I
2021-10-11 02:48:34 +02:00
parent b29c0ca153
commit 1619014120
3 changed files with 5 additions and 6 deletions

View File

@@ -2078,7 +2078,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);