From eeb69e217cbad9d627c1eacd94ef172f7239edb6 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 21 Dec 2021 19:37:07 +0000 Subject: [PATCH] 98_update.pm: fix hideExcludedUpdates for update check (Forum #124670) git-svn-id: https://svn.fhem.de/fhem/trunk@25363 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_update.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/FHEM/98_update.pm b/fhem/FHEM/98_update.pm index b2c8089e5..7bd68aa11 100644 --- a/fhem/FHEM/98_update.pm +++ b/fhem/FHEM/98_update.pm @@ -386,6 +386,7 @@ doUpdate($$$$) $nChanged++; my $sfx = ($arg eq "checktime" ? " $r[1]" : ""); $sfx =~ s/_.*//; + next if($isCheck && $wouldExcl && $hideExcl); uLog 1, "$cmd $fName$sfx". ($isCheck && $wouldExcl ? " (excluded from update)" : ""); next if($isCheck);