From b66be283d404f6f06a722927d683bd79814945fb Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 9 Jun 2011 12:33:06 -0500 Subject: [PATCH] fixed comment in session class. --- system/session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/session.php b/system/session.php index 864f3b6b9..0d4b1230f 100644 --- a/system/session.php +++ b/system/session.php @@ -204,7 +204,7 @@ class Session { public static function close() { // ----------------------------------------------------- - // Do we need to re-flash the old Input data? + // Flash the old input data to the session. // ----------------------------------------------------- static::flash('laravel_old_input', Input::get());