@@ -23,6 +23,15 @@ class Home extends AbstractClientController
public function index()
{
+
+ logModuleCall(
+ 'kerioEmail',
+ __FUNCTION__,
+ $response,
+ 'Debug response',
+ $params
+ );
if ($this->getWhmcsParamByKey('status') === 'Active')
return Helper\view()
@@ -43,16 +43,7 @@ class FeatureField extends BaseField implements ClientArea
*/
public function getIcon()
-
- logModuleCall(
- 'kerioEmail',
- __FUNCTION__,
- $this,
- 'Debug Dashboard',
- $params
- );
- $asset = BuildUrl::getAppAssetsURL();
+ $asset = BuildUrl::getAppAssetsURL();
return $asset.DIRECTORY_SEPARATOR.'icons'.DIRECTORY_SEPARATOR.$this->id.'.png';
}