1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15276] Fix typo

PHPBB3-15276
This commit is contained in:
Rubén Calvo
2017-08-15 14:37:10 +02:00
parent c3e9aa1c18
commit 87229e1a77

View File

@@ -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
}