mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15276] Fix code style
PHPBB3-15276
This commit is contained in:
@@ -57,7 +57,6 @@ function send_avatar_to_browser($file, $browser)
|
||||
// Just dont send this header
|
||||
}
|
||||
|
||||
|
||||
if ((strpos(strtolower($browser), 'msie') !== false) && !phpbb_is_greater_ie_version($browser, 7))
|
||||
{
|
||||
header('Content-Disposition: attachment; ' . header_filename($file));
|
||||
|
Reference in New Issue
Block a user