diff --git a/fhem/CHANGED b/fhem/CHANGED index b70a92dd1..00f3552a8 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: 95_Dashboard: fix warnings - change: 88_Timer: spelling mistake - bufix: 93_DbRep: fix readingRename without leading device Forum: #104024, some more fixes diff --git a/fhem/FHEM/95_Dashboard.pm b/fhem/FHEM/95_Dashboard.pm index e82752e10..a644ac0d0 100644 --- a/fhem/FHEM/95_Dashboard.pm +++ b/fhem/FHEM/95_Dashboard.pm @@ -55,6 +55,7 @@ use vars qw($FW_ss); # is smallscreen, needed by 97_GROUP/95_VIEW # Versions History intern our %Dashboard_vNotesIntern = ( + "3.15.2" => "29.09.2019 fix warnings, Forum: https://forum.fhem.de/index.php/topic,16503.msg978883.html#msg978883 ", "3.15.1" => "25.09.2019 change initial attributes, commandref revised ", "3.15.0" => "24.09.2019 set activateTab, rename dashboard_activetab to dashboard_homeTab, ". "rename dashboard_activetabRefresh to dashboard_webRefresh, some bugfixes, comref revised ", @@ -997,7 +998,7 @@ sub Dashboard_GetActiveTab ($;$) { my $activeTab = 1; foreach my $key (%FW_httpheader) { - Log3 ($name, 5, "Dashboard $name - FW_httpheader $key: ".$FW_httpheader{$key}); + Log3 ($name, 5, "Dashboard $name - FW_httpheader $key: ".$FW_httpheader{$key}) if(defined $FW_httpheader{$key}); } if (defined($FW_httpheader{Cookie})) {