// Fix orders with friendly URL and dispatcher

This commit is contained in:
rMalie
2011-08-23 08:54:14 +00:00
parent 310bd0db04
commit 0672282dec
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -413,6 +413,7 @@ class DispatcherCore
$this->controller = $controller;
$this->controller = str_replace('-', '', strtolower($this->controller));
$_GET['controller'] = $this->controller;
return $this->controller;
}