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

@@ -204,9 +204,9 @@ class Session {
public static function close()
{
// -----------------------------------------------------
// Flash the old input into the session.
// Do we need to re-flash the old Input data?
// -----------------------------------------------------
static::flash('laravel_old_input', Input::get());
static::flash('laravel_old_input', Input::get());
// -----------------------------------------------------
// Age the session flash data.