diff --git a/fhem/CHANGED b/fhem/CHANGED index 624f08bfb..fb60c9e3e 100644 --- a/fhem/CHANGED +++ b/fhem/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. + - bugfix: 02_RSS: make hash reference explicit - updated: 74_AMAD: New Version 2.6.6 remove APSSID in define, add Attribut setAPSSID to prevent WLan sleeps, add Attribut setTtsMsgLang set to tts language diff --git a/fhem/FHEM/02_RSS.pm b/fhem/FHEM/02_RSS.pm index dd027dc41..af9811f54 100644 --- a/fhem/FHEM/02_RSS.pm +++ b/fhem/FHEM/02_RSS.pm @@ -690,7 +690,7 @@ RSS_evalLayout($$@) { } } elsif($cmd eq "pop") { return unless $pstackcount; - while ( my ($key, $value) = each($pstack{$pstackcount}) ) { + while ( my ($key, $value) = each(%{$pstack{$pstackcount}}) ) { $params{$key} = $value; } delete $pstack{$pstackcount}; @@ -925,6 +925,8 @@ plotFromUrl(@) =pod =item helper +=item summary Provides a freely configurable RSS feed and HTML page. +=item summary_DE Stellt frei konfigurierbaren RSS-Feed und HTML-Seite bereit. =begin html