diff --git a/CHANGED b/CHANGED index f36e67b95..17b33268b 100644 --- a/CHANGED +++ b/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - bugifx: 98_WeekdayTimer: Label not found for "next E" - bugfix: 70_ONKYO_AVR: model Reading not written correctly - feature: 93_DbRep: executeBeforeProc / executeAfterProc is now available for sqlCmd,sumValue, maxValue, minValue, diffValue, diff --git a/FHEM/98_WeekdayTimer.pm b/FHEM/98_WeekdayTimer.pm index 91b2a7869..23b53f430 100644 --- a/FHEM/98_WeekdayTimer.pm +++ b/FHEM/98_WeekdayTimer.pm @@ -662,7 +662,7 @@ sub WeekdayTimer_gatherSwitchingTimes { #pruefen auf Angabe eines Schaltpunktes my $element = ""; my @restoreElements = (); - while (@$a > 0) { +E: while (@$a > 0) { my $actualElement = shift @$a; push @restoreElements, $actualElement;