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:
rudolfkoenig
2014-10-09 12:42:09 +00:00
parent c7f1fa5b91
commit e660685182

View File

@@ -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) {