CUL_HM:bugfix rename and tempList

git-svn-id: https://svn.fhem.de/fhem/trunk@9781 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2015-11-04 19:22:50 +00:00
parent 203e307247
commit d9909dca04
3 changed files with 19 additions and 17 deletions

View File

@@ -243,7 +243,7 @@ HttpUtils_Connect2($)
if(defined($hash->{header})) {
if( ref($hash->{header}) eq 'HASH' ) {
$hash->{header} = join("\r\n",
map(($_.': '.$hash->{header}{$_}), keys($hash->{header})));
map(($_.': '.$hash->{header}{$_}), keys %{$hash->{header}}));
}
}