mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/attach-dl] Fixed a comment
PHPBB3-11042
This commit is contained in:
parent
227ae48255
commit
884a213d55
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ else
|
|||
|
||||
if ($files_added < 1)
|
||||
{
|
||||
// None of the attachments had a valid a extension
|
||||
// None of the attachments had a valid extension
|
||||
$disallowed = implode($user->lang['COMMA_SEPARATOR'], $disallowed);
|
||||
send_status_line(404, 'Forbidden');
|
||||
trigger_error($user->lang('EXTENSION_DISABLED_AFTER_POSTING', $disallowed));
|
||||
|
|
Loading…
Add table
Reference in a new issue