瀏覽代碼

edit Account

andre 2 年之前
父節點
當前提交
e24ebc7ee8
共有 1 個文件被更改,包括 1 次插入0 次删除
  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
             $fields
         );
         );
 
 
+        $api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');
         try {
         try {
             $api->login($this->getWhmcsParamByKey('serverhostname'), $this->getWhmcsParamByKey('serverusername'), $this->getWhmcsParamByKey('serverpassword'));
             $api->login($this->getWhmcsParamByKey('serverhostname'), $this->getWhmcsParamByKey('serverusername'), $this->getWhmcsParamByKey('serverpassword'));
         } catch (KerioApiException $error) {
         } catch (KerioApiException $error) {