building on http foundation.

This commit is contained in:
Taylor Otwell 2012-04-01 15:33:35 -05:00
parent 97ac2c8dbf
commit 963426cb9e
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ public static function download($path, $name = null, $headers = array())
public static function prepare($response)
{
// We'll need to force the response to be a string before closing
// the session, since the developer may be utilizing the session
// the session since the developer may be utilizing the session
// within the view, and we can't age it until rendering.
if ( ! $response instanceof Response)
{