|
|
@@ -176,6 +176,7 @@ class EditAccountDataProvider extends BaseDataProvider
|
|
|
$fields
|
|
|
);
|
|
|
|
|
|
+ $api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');
|
|
|
try {
|
|
|
$api->login($this->getWhmcsParamByKey('serverhostname'), $this->getWhmcsParamByKey('serverusername'), $this->getWhmcsParamByKey('serverpassword'));
|
|
|
} catch (KerioApiException $error) {
|