mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
01_FHEMWEB.pm: Avoid warning/symptom handling (Forum #103827)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@20196 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
19cdb8e134
commit
13998ef8ed
@ -2042,7 +2042,7 @@ FW_svgCollect($)
|
||||
my $h = $FW_svgData{$cname};
|
||||
my ($res, $atEnds) = ($h->{RES}, $h->{ATENDS});
|
||||
$res->{$d} = decode_base64($enc);
|
||||
return if(int(keys %{$res}) != int(@{$atEnds}));
|
||||
return if(!defined($atEnds) || int(keys %{$res}) != int(@{$atEnds}));
|
||||
$FW_RET = $h->{FW_RET};
|
||||
delete($FW_svgData{$cname});
|
||||
FW_svgDone($res, $atEnds, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user