mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
fhem.pl: fix Dispatch warning for "" or [NEXT] (Forum #90145)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@18463 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d6a8033130
commit
b3b84c9552
4
fhem.pl
4
fhem.pl
@ -3968,6 +3968,10 @@ Dispatch($$;$$)
|
||||
}
|
||||
delete($defs{$found}{".noDispatchVars"});
|
||||
DoTrigger($found, undef);
|
||||
|
||||
} elsif(defined($found) && ($found eq "" || $found eq "[NEXT]")) {
|
||||
return undef;
|
||||
|
||||
} else {
|
||||
Log 1, "ERROR: >$found< returned by the $parserMod ParseFn is invalid,".
|
||||
" notify the module maintainer";
|
||||
|
Loading…
x
Reference in New Issue
Block a user