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:
rudolfkoenig
2014-10-09 12:42:09 +00:00
parent dc91571336
commit 3a5a680c84

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