|
|
@@ -4,6 +4,7 @@ namespace ThurData\Servers\KerioEmail\App\UI\Client\EmailAccount\Pages;
|
|
|
|
|
|
use ThurData\Servers\KerioEmail\App\Libs\Kerio\Components\Api\Soap\Helpers\AccountHelper;
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Admin\Custom\Fields\EnabledField;
|
|
|
+use ThurData\Servers\KerioEmail\App\Libs\Product\ProductManager;
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Client\EmailAccount\Buttons\AddAccountButton;
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Client\EmailAccount\Buttons\ChangePasswordButton;
|
|
|
use ThurData\Servers\KerioEmail\App\UI\Client\EmailAccount\Buttons\ChangeStatusButton;
|
|
|
@@ -99,10 +100,13 @@ class Accounts extends DataTable implements ClientArea
|
|
|
*/
|
|
|
public function initContent()
|
|
|
{
|
|
|
+ $productManager = new ProductManager();
|
|
|
+ $productManager->loadByHostingId($$this->getWhmcsParamByKey('id'));
|
|
|
+
|
|
|
logModuleCall(
|
|
|
'kerioEmail',
|
|
|
__FUNCTION__,
|
|
|
- $this->getWhmcsParamByKey('customfields'),
|
|
|
+ $productManager->get('acc_base'),
|
|
|
'Debug Error',
|
|
|
$this->getWhmcsParamByKey('configoptions')
|
|
|
);
|