2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 09:55:38 +00:00

98_DOIF.pm: fixed statistic call in DOIF_modify_card_data and DOIF_set_card_data

git-svn-id: https://svn.fhem.de/fhem/trunk@27390 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Damian 2023-04-03 20:34:34 +00:00
parent 6d6f917865
commit 77e69a946d

View File

@ -1529,7 +1529,7 @@ sub DOIF_setCardValues
if ($type eq "bar") {
DOIF_setValue_bar($hash,$collect,undef,1);
} else {
DOIF_setValue_collect($hash,$collect);
DOIF_setValue_collect($hash,$collect,1);
}
if ($out eq "") {
return;