Browse Source

fixed comment in session class.

Taylor Otwell 14 years ago
parent
commit
b66be283d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/session.php

+ 1 - 1
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());