[HttpKernel] fix typo

This commit is contained in:
Tobias Schultze 2012-11-10 11:47:17 +01:00
parent 5bdf8cbaf9
commit 8e6224840e

View File

@ -179,7 +179,7 @@ EOF;
$headers['Set-Cookie'] = $cookies; $headers['Set-Cookie'] = $cookies;
} }
// this is needed to support StreamResponse // this is needed to support StreamedResponse
ob_start(); ob_start();
$response->sendContent(); $response->sendContent();
$content = ob_get_clean(); $content = ob_get_clean();