refactoring routing and comments.

This commit is contained in:
Taylor Otwell
2011-10-15 14:04:11 -05:00
parent a44ca9d53b
commit a6eaa06981
20 changed files with 368 additions and 265 deletions

View File

@@ -129,7 +129,7 @@ if (Config::$items['session']['driver'] !== '')
{
$flash = array(Input::old_input => Input::get());
Session\Manager::close($driver, $transporter, $flash);
Session\Manager::close($flash);
}
/**