* finish task #3560.
This commit is contained in:
@@ -20,6 +20,7 @@ class mail extends control
|
||||
public function __construct($moduleName = '', $methodName = '')
|
||||
{
|
||||
parent::__construct($moduleName, $methodName);
|
||||
$this->loadModel('message');
|
||||
|
||||
/* Task #1967. check the function of fsocket. */
|
||||
if(isset($this->config->mail->mta) and $this->config->mail->mta != 'sendcloud' and !function_exists('fsockopen'))
|
||||
|
||||
Reference in New Issue
Block a user