[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 { try {
header('Content-Type: ' . $file_info->size); header('Content-Length: ' . $file_info->size);
} catch (\phpbb\storage\exception\not_implemented $e) { } catch (\phpbb\storage\exception\not_implemented $e) {
// Just dont send this header // Just dont send this header
} }