// 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user