fixed old input persistence bug.

This commit is contained in:
Taylor Otwell 2011-10-27 08:08:21 -05:00
parent b6d7df4510
commit e44eec106d
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
{
if (Config::get('session.driver') !== '')
{
Session::flash(Input::old_input, Input::old());
Session::flash(Input::old_input, Input::get());
}
},