From 837b4802312b60b2c1338639cdc406ec6b7adbe7 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 22 Nov 2011 18:17:23 -0600 Subject: [PATCH] remove the input flashing from filters. --- application/filters.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/filters.php b/application/filters.php index dd4917a3..41ac6010 100644 --- a/application/filters.php +++ b/application/filters.php @@ -50,7 +50,7 @@ return array( 'after' => function($response) { - Input::flash(); + // Do stuff after every request to your application. },