diff --git a/core/class/mybin.class.php b/core/class/mybin.class.php index 068c2e0..6e33c38 100644 --- a/core/class/mybin.class.php +++ b/core/class/mybin.class.php @@ -457,7 +457,7 @@ public function toHtml($_version = 'dashboard') { $counterCmd = $this->getCmd(null, 'counter'); if ($counterCmd->getIsVisible() == 1) { - $cmdVal = $counterCmd->execCmd(); + $cmdVal = (int) $counterCmd->execCmd(); $replace['#counter_id#'] = $counterCmd->getId(); $replace['#counter_uid#'] = $counterCmd->getId(); $replace['#counter_eqLogic_id#'] = $replace['#uid#'];