1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +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 04:24:11 +02:00
parent 96c439bf10
commit c5814ddfaa
3 changed files with 4 additions and 4 deletions

View File

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