Browse Source

remove the input flashing from filters.

Taylor Otwell 13 years ago
parent
commit
837b480231
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/filters.php

+ 1 - 1
application/filters.php

@@ -50,7 +50,7 @@ return array(
 
 	'after' => function($response)
 	{
-		Input::flash();
+		// Do stuff after every request to your application.
 	},