Commit e44eec10 authored by Taylor Otwell's avatar Taylor Otwell

fixed old input persistence bug.

parent b6d7df45
......@@ -52,7 +52,7 @@ return array(
{
if (Config::get('session.driver') !== '')
{
Session::flash(Input::old_input, Input::old());
Session::flash(Input::old_input, Input::get());
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment