Ver Fonte

emailAccounts

andre há 2 anos atrás
pai
commit
b333239229
1 ficheiros alterados com 2 adições e 2 exclusões
  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'));