|
|
@@ -277,6 +277,15 @@ class EditListDataProvider extends AddListDataProvider
|
|
|
$paramsSet['posting']['nonMemberPosting'] = $this->formData['nonMemberPosting'];
|
|
|
$paramsSet['posting']['sendErrorsToModerator'] = $this->formData['sendErrorsToModerator'] === 'on' ? true : false;
|
|
|
|
|
|
+
|
|
|
+ logModuleCall(
|
|
|
+ 'kerioEmail',
|
|
|
+ __FUNCTION__,
|
|
|
+ $paramsAdd,
|
|
|
+ 'Debug Formdata',
|
|
|
+ $paramsDel
|
|
|
+ );
|
|
|
+
|
|
|
$api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');
|
|
|
try {
|
|
|
$api->login($this->getWhmcsParamByKey('serverhostname'), $this->getWhmcsParamByKey('serverusername'), $this->getWhmcsParamByKey('serverpassword'));
|