mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:28:55 +00:00
[ticket/15276] Fix typo
PHPBB3-15276
This commit is contained in:
parent
c3e9aa1c18
commit
87229e1a77
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue