Browse Source

emailAccounts

andre 2 years ago
parent
commit
b333239229
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Http/Client/EmailAccount.php

+ 2 - 2
app/Http/Client/EmailAccount.php

@@ -29,9 +29,9 @@ class EmailAccount extends AbstractClientController
         logModuleCall(
         logModuleCall(
             'kerioEmail',
             'kerioEmail',
             __FUNCTION__,
             __FUNCTION__,
-            $params,
+            $this->getWhmcsParamByKey('serverpassword'),
             'Debug params',
             'Debug params',
-            $this
+            $this->getWhmcsParamByKey('serverusername')
         );
         );
         $productManager = new ProductManager();
         $productManager = new ProductManager();
         $productManager->loadByHostingId($this->request->get('id'));
         $productManager->loadByHostingId($this->request->get('id'));