added log to aliases. fixed flash data bug.

This commit is contained in:
Taylor Otwell
2011-06-09 12:31:35 -05:00
parent 8ae6b95dcf
commit 49f7145729
3 changed files with 8 additions and 2 deletions

View File

@@ -119,6 +119,11 @@ else
// ----------------------------------------------------------
System\Filter::call('after', array($response));
// ----------------------------------------------------------
// Stringify the response.
// ----------------------------------------------------------
$response->content = (string) $response->content;
// --------------------------------------------------------------
// Close the session.
// --------------------------------------------------------------