mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[feature/attach-dl] Removed sprintf() use
PHPBB3-11042
This commit is contained in:
@@ -404,7 +404,7 @@ else
|
||||
// None of the attachments had a valid a extension
|
||||
$disallowed = implode(', ', $disallowed);
|
||||
send_status_line(404, 'Forbidden');
|
||||
trigger_error(sprintf($user->lang['EXTENSION_DISABLED_AFTER_POSTING'], $disallowed));
|
||||
trigger_error($user->lang('EXTENSION_DISABLED_AFTER_POSTING', $disallowed));
|
||||
}
|
||||
|
||||
file_gc();
|
||||
|
Reference in New Issue
Block a user