@@ -272,6 +272,14 @@ class EditListDataProvider extends AddListDataProvider
}
+ logModuleCall(
+ 'kerioEmail',
+ __FUNCTION__,
+ $this->formData,
+ 'Debug Data',
+ $paramsAdd
+ );
+
$api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');
try {
$api->login($this->getWhmcsParamByKey('serverhostname'), $this->getWhmcsParamByKey('serverusername'), $this->getWhmcsParamByKey('serverpassword'));