fixing some bugs.

This commit is contained in:
Taylor Otwell
2011-11-15 23:15:58 -06:00
parent 1acd66a247
commit d3f9391981
4 changed files with 7 additions and 3 deletions

View File

@@ -216,6 +216,8 @@ $response->content = $response->render();
*/
if (Config::$items['session']['driver'] !== '')
{
Input::flash();
IoC::core('session')->save($driver);
}