fhem.pl: fix autoloading/Matchlist bug (Forum #42936)
git-svn-id: https://svn.fhem.de/fhem/trunk@9695 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -3262,6 +3262,7 @@ Dispatch($$$)
|
||||
no strict "refs"; $readingsUpdateDelayTrigger = 1;
|
||||
@found = &{$modules{$mname}{ParseFn}}($hash,$dmsg);
|
||||
use strict "refs"; $readingsUpdateDelayTrigger = 0;
|
||||
last if(defined($found[0]));
|
||||
} else {
|
||||
Log 0, "ERROR: Cannot autoload $mname";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user