// 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
This commit is contained in:
tDidierjean
2011-09-19 13:20:14 +00:00
parent a88c90fbe1
commit d8f69d3cc2
+1
View File
@@ -31,6 +31,7 @@ class ContactControllerCore extends FrontController
{
$this->php_self = 'contact';
$this->ssl = true;
parent::__construct();
}
public function preProcess()