// fix ContactController not calling parent constructor
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