From 31e327fa7bcb82ee1dba881daef5cba95b8da701 Mon Sep 17 00:00:00 2001 From: borisneubert <> Date: Tue, 8 Nov 2016 15:02:11 +0000 Subject: [PATCH] 02_RSS: make hash reference explicit git-svn-id: https://svn.fhem.de/fhem/trunk@12529 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/02_RSS.pm | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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