// Context part 20
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7740 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -229,7 +229,7 @@ class DispatcherCore
|
||||
else if (isset($_POST['controller']))
|
||||
$_POST[$m[2]] = $m[3];
|
||||
}
|
||||
$this->controller (!empty($controller)) ? $controller : 'index';
|
||||
$this->controller = (!empty($controller)) ? $controller : 'index';
|
||||
}
|
||||
|
||||
$this->controller = str_replace('-', '', strtolower($this->controller));
|
||||
|
||||
Reference in New Issue
Block a user