andre 2 lat temu
rodzic
commit
0f481eeb74

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

@@ -64,6 +64,7 @@ class EditAccountDataProvider extends BaseDataProvider
 
         try {
             $api->login($this->getWhmcsParamByKey('serverhostname'), $this->getWhmcsParamByKey('serverusername'), $this->getWhmcsParamByKey('serverpassword'));
+//            $domainID = $api->getDomainId($)
             $account = $api->getUsers($fields,'');
             $address = $api->getAddress($this->actionElementId);
         } catch (KerioApiException $error) {
@@ -81,7 +82,7 @@ class EditAccountDataProvider extends BaseDataProvider
         logModuleCall(
             'kerioEmail',
             __FUNCTION__,
-            $this,
+            $params,
             'Debug Error',
             $address
         );