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:
@@ -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}}));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user