andre před 2 roky
rodič
revize
0f481eeb74

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

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