fixed old input persistence bug.
This commit is contained in:
parent
b6d7df4510
commit
e44eec106d
|
@ -52,7 +52,7 @@
|
||||||
{
|
{
|
||||||
if (Config::get('session.driver') !== '')
|
if (Config::get('session.driver') !== '')
|
||||||
{
|
{
|
||||||
Session::flash(Input::old_input, Input::old());
|
Session::flash(Input::old_input, Input::get());
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue