// Fix dispatcher with rewriting in BO

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8816 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-09-27 15:52:59 +00:00
parent 8a4660a378
commit a1854047e9
+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