|
@@ -43,16 +43,7 @@ class FeatureField extends BaseField implements ClientArea
|
|
|
*/
|
|
*/
|
|
|
public function getIcon()
|
|
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';
|
|
return $asset.DIRECTORY_SEPARATOR.'icons'.DIRECTORY_SEPARATOR.$this->id.'.png';
|
|
|
}
|
|
}
|
|
|
|
|
|