diff --git a/library/Zepto/Router.php b/library/Zepto/Router.php index 5d18bcb..570e8a9 100644 --- a/library/Zepto/Router.php +++ b/library/Zepto/Router.php @@ -250,7 +250,7 @@ public function run() $this->current_http_status = \Symfony\Component\HttpFoundation\Response::HTTP_OK; // Set response content - $this->response->setContent(call_user_func_array($route->callback(), array($params))); + $this->response->setContent(call_user_func_array($route->callback(), $params)); // Send response $this->response->send();