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

This commit is contained in:
rMalie
2012-02-21 15:29:05 +00:00
parent e6cefb2da1
commit b88a546f19
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';