|
@@ -116,6 +116,15 @@ class Accounts extends DataTable implements ClientArea
|
|
|
*/
|
|
*/
|
|
|
public function initContent()
|
|
public function initContent()
|
|
|
{
|
|
{
|
|
|
|
|
+
|
|
|
|
|
+ logModuleCall(
|
|
|
|
|
+ 'kerioEmail',
|
|
|
|
|
+ __FUNCTION__,
|
|
|
|
|
+ $params,
|
|
|
|
|
+ 'Debug Accounts',
|
|
|
|
|
+ $this
|
|
|
|
|
+ );
|
|
|
|
|
+
|
|
|
$productManager = new ProductManager();
|
|
$productManager = new ProductManager();
|
|
|
$productManager->loadByHostingId($this->getRequestValue('id'));
|
|
$productManager->loadByHostingId($this->getRequestValue('id'));
|
|
|
|
|
|