// fix ContactController not calling parent constructor

This commit is contained in:
tDidierjean
2011-09-19 13:20:14 +00:00
parent 9ee3824029
commit 8cac571902
+1
View File
@@ -31,6 +31,7 @@ class ContactControllerCore extends FrontController
{
$this->php_self = 'contact';
$this->ssl = true;
parent::__construct();
}
public function preProcess()