From 034314c0a172979ce1ff266ab9ebed45d433ba9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Mon, 30 Jul 2018 13:45:12 +0200 Subject: [PATCH] [ticket/14285] Add comment PHPBB3-14285 --- phpBB/phpbb/storage/streamed_response.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/phpbb/storage/streamed_response.php b/phpBB/phpbb/storage/streamed_response.php index 426d86e34d..2f62ced9eb 100644 --- a/phpBB/phpbb/storage/streamed_response.php +++ b/phpBB/phpbb/storage/streamed_response.php @@ -16,6 +16,7 @@ namespace phpbb\storage; use Symfony\Component\HttpFoundation\StreamedResponse; // Temporal fix for: https://github.com/symfony/symfony/issues/27924 +// Fixed 23/7/2018 in symfony v3.4.13 class streamed_response extends StreamedResponse { /**