// Fix dispatcher with rewriting in BO

This commit is contained in:
rMalie
2011-09-27 15:52:59 +00:00
parent 12c36b21b2
commit 4c396b8673
+3
View File
@@ -472,6 +472,9 @@ class DispatcherCore
$_GET[$k] = $v;
break;
}
if ($controller == 'index')
$controller = $this->default_controller;
$this->controller = $controller;
}
// Default mode, take controller from url