From d8f69d3cc2e073d664fe240290894adc03b37623 Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Mon, 19 Sep 2011 13:20:14 +0000 Subject: [PATCH] // fix ContactController not calling parent constructor git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8640 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/ContactController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/ContactController.php b/controllers/ContactController.php index 2e9171b83..95e4ffaa6 100644 --- a/controllers/ContactController.php +++ b/controllers/ContactController.php @@ -31,6 +31,7 @@ class ContactControllerCore extends FrontController { $this->php_self = 'contact'; $this->ssl = true; + parent::__construct(); } public function preProcess()