// Fix theme retrocompatibility (contact-form + displayHeader)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13509 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-02-21 15:29:05 +00:00
parent 5dc30e0954
commit 92bcf0c8a3
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -247,6 +247,8 @@ class DispatcherCore
$controllers['authentication'] = $controllers['auth'];
if (isset($controllers['compare']))
$controllers['productscomparison'] = $controllers['compare'];
if (isset($controllers['contact']))
$controllers['contactform'] = $controllers['contact'];
if (!isset($controllers[$this->controller]))
$this->controller = 'pagenotfound';