From 85897b9d2ca6be99db68b15a8b028dc10fb02437 Mon Sep 17 00:00:00 2001 From: igami Date: Tue, 12 Feb 2019 16:01:17 +0000 Subject: [PATCH] 98_Weekdaytimer: bugfix git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@18571 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- CHANGED | 1 + FHEM/98_WeekdayTimer.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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;