Browse Source

emailAccounts

andre 2 năm trước cách đây
mục cha
commit
b333239229
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/Http/Client/EmailAccount.php

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

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