aboutsummaryrefslogtreecommitdiff
path: root/app/class/Routes.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/class/Routes.php')
-rw-r--r--app/class/Routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/Routes.php b/app/class/Routes.php
index 0433079..db9b72a 100644
--- a/app/class/Routes.php
+++ b/app/class/Routes.php
@@ -80,7 +80,7 @@ class Routes
$methodName = $callableParts[1];
$controller = new $controllerName($router);
-
+
call_user_func_array(array($controller, $methodName), $match['params']);
} else {
header($_SERVER["SERVER_PROTOCOL"] . ' 404 Not Found');