mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/15276] Fix typo
PHPBB3-15276
This commit is contained in:
@@ -64,7 +64,7 @@ function send_avatar_to_browser($file, $browser)
|
||||
}
|
||||
|
||||
try {
|
||||
header('Content-Type: ' . $file_info->size);
|
||||
header('Content-Length: ' . $file_info->size);
|
||||
} catch (\phpbb\storage\exception\not_implemented $e) {
|
||||
// Just dont send this header
|
||||
}
|
||||
|
Reference in New Issue
Block a user