mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
fhem.pl: Fix FHEM2FHEM Warning. (Forum #27737)
git-svn-id: https://svn.fhem.de/fhem/trunk@6724 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e8f383d092
commit
3c41761f1e
@ -3095,7 +3095,7 @@ Dispatch($$$)
|
||||
}
|
||||
}
|
||||
|
||||
return undef if($found[0] eq ""); # Special return: Do not notify
|
||||
return undef if(!int(@found) || $found[0] eq ""); # Special return: Do not notify
|
||||
|
||||
foreach my $found (@found) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user