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

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

@@ -101,7 +101,7 @@ class Accounts extends DataTable implements ClientArea
     public function initContent()
     public function initContent()
     {
     {
         $productManager = new ProductManager();
         $productManager = new ProductManager();
-        $productManager->loadByHostingId($$this->getWhmcsParamByKey('id'));
+        $productManager->loadByHostingId($this->getRequestValue('id'));
         
         
         logModuleCall(
         logModuleCall(
             'kerioEmail',
             'kerioEmail',