[BUGFIXES] Bugfixes

This commit is contained in:
Simon Sessingø
2015-09-25 00:00:29 +02:00
parent e414303aff
commit 1c765476b5
2 changed files with 22 additions and 27 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class SimpleRouter {
public static function start($defaultNamespace = null) {
$router = RouterBase::GetInstance();
$router->setDefaultControllerNamespace($defaultNamespace);
$router->setDefaultNamespace($defaultNamespace);
$router->routeRequest();
}