2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

01_FHEMWEB.pm: revert last change (Forum #106551)

git-svn-id: https://svn.fhem.de/fhem/trunk@20809 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2019-12-22 16:58:29 +00:00
parent e875777660
commit 0347b3234a

View File

@ -1430,7 +1430,6 @@ 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));