@@ -28,13 +28,6 @@ class EmailAccount extends AbstractClientController
{
$productManager = new ProductManager();
$productManager->loadByHostingId($this->request->get('id'));
- logModuleCall(
- 'kerioEmail',
- __FUNCTION__,
- $params,
- 'Debug Accounts',
- $this->getWhmcsParamByKey('status')
- );
if ($this->getWhmcsParamByKey('status') !== 'Active' || !$productManager->isControllerAccessible(ControllerEnums::EMAIL_ACCOUNT_PAGE))
@@ -117,7 +117,7 @@ function KerioEmail_MetaData()
return $appContext->runApp(__FUNCTION__);
}
-function KerioEmail_ClientArea()
+function KerioEmail_ClientArea($params)
require_once __DIR__ . DIRECTORY_SEPARATOR . 'core' . DIRECTORY_SEPARATOR . 'App' . DIRECTORY_SEPARATOR . 'AppContext.php';