From 276ffbe7164590ca43ae8dc655d528bdabd0f903 Mon Sep 17 00:00:00 2001 From: ToMtOm Date: Sun, 11 Jan 2026 11:30:44 +0100 Subject: [PATCH] FIX type --- core/class/mybin.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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#'];