andre 2 лет назад
Родитель
Сommit
43edd74958
2 измененных файлов с 7 добавлено и 1 удалено
  1. 7 0
      app/Http/Client/EmailAccount.php
  2. 0 1
      app/UI/Client/EmailAccount/Pages/Accounts.php

+ 7 - 0
app/Http/Client/EmailAccount.php

@@ -26,6 +26,13 @@ class EmailAccount extends AbstractClientController
 
     public function index()
     {
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $params,
+            'Debug params',
+            $this
+        );
         $productManager = new ProductManager();
         $productManager->loadByHostingId($this->request->get('id'));
 

+ 0 - 1
app/UI/Client/EmailAccount/Pages/Accounts.php

@@ -144,7 +144,6 @@ class Accounts extends DataTable implements ClientArea
      */
     public function loadData()
     {
-        $this->initWhmcsParams();
         /**
          * load hosting
          */