andre 2 år sedan
förälder
incheckning
e24ebc7ee8
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      app/UI/Client/EmailAccount/Providers/EditAccountDataProvider.php

+ 1 - 0
app/UI/Client/EmailAccount/Providers/EditAccountDataProvider.php

@@ -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) {