2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

01_FHEMWEB.pm: reset $FW_room for FW_doDetail (Forum #106551)

git-svn-id: https://svn.fhem.de/fhem/trunk@20808 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2019-12-22 16:56:41 +00:00
parent 9984b9c146
commit e875777660

View File

@ -1430,6 +1430,7 @@ FW_doDetail($)
return if($FW_hiddenroom{detail});
return if(!defined($defs{$d}));
$FW_room=""; # Do not call summaryFn with a room #106551
my $h = $defs{$d};
my $t = $h->{TYPE};
$t = "MISSING" if(!defined($t));