mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +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
|
// None of the attachments had a valid a extension
|
||||||
$disallowed = implode(', ', $disallowed);
|
$disallowed = implode(', ', $disallowed);
|
||||||
send_status_line(404, 'Forbidden');
|
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();
|
file_gc();
|
||||||
|
Reference in New Issue
Block a user