fhem.pl: Fix FHEM2FHEM Warning. (Forum #27737)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6724 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user