mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 13:24:56 +00:00
01_FHEMWEB.pm: avoid warnings after bad user input (Forum #38754)
git-svn-id: https://svn.fhem.de/fhem/trunk@8878 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a821f846f2
commit
5133e6a3e8
@ -1057,6 +1057,7 @@ FW_doDetail($)
|
||||
my ($d) = @_;
|
||||
|
||||
return if($FW_hiddenroom{detail});
|
||||
return if(!defined($defs{$d}));
|
||||
my $h = $defs{$d};
|
||||
my $t = $h->{TYPE};
|
||||
$t = "MISSING" if(!defined($t));
|
||||
|
Loading…
x
Reference in New Issue
Block a user