02_RSS: make hash reference explicit

git-svn-id: https://svn.fhem.de/fhem/trunk@12529 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2016-11-08 15:02:11 +00:00
parent d37a6b08e1
commit 31e327fa7b
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # 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. # 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 - updated: 74_AMAD: New Version 2.6.6 remove APSSID in define, add Attribut
setAPSSID to prevent WLan sleeps, add Attribut setAPSSID to prevent WLan sleeps, add Attribut
setTtsMsgLang set to tts language setTtsMsgLang set to tts language

View File

@ -690,7 +690,7 @@ RSS_evalLayout($$@) {
} }
} elsif($cmd eq "pop") { } elsif($cmd eq "pop") {
return unless $pstackcount; return unless $pstackcount;
while ( my ($key, $value) = each($pstack{$pstackcount}) ) { while ( my ($key, $value) = each(%{$pstack{$pstackcount}}) ) {
$params{$key} = $value; $params{$key} = $value;
} }
delete $pstack{$pstackcount}; delete $pstack{$pstackcount};
@ -925,6 +925,8 @@ plotFromUrl(@)
=pod =pod
=item helper =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 =begin html
<a name="RSS"></a> <a name="RSS"></a>