fixed old input persistence bug.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user