// 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:
@@ -31,6 +31,7 @@ class ContactControllerCore extends FrontController
|
||||
{
|
||||
$this->php_self = 'contact';
|
||||
$this->ssl = true;
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
public function preProcess()
|
||||
|
||||
Reference in New Issue
Block a user