clean up controller and session.

This commit is contained in:
Taylor Otwell
2011-11-08 20:35:24 -06:00
parent a1e82d2166
commit a38ba2a6ab
3 changed files with 18 additions and 69 deletions

View File

@@ -107,7 +107,7 @@ class Route {
{
if ($response instanceof Delegate)
{
$response = Controller::_call($response->destination, $this->parameters);
$response = Controller::call($response->destination, $this->parameters);
}
}