09_FileLog.pm: Fix bogus eventType data (Forum #27662)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6726 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -349,6 +349,7 @@ FileLog_fhemwebFn($$$$)
|
||||
$a[1] = "" if(!defined($a[1]));
|
||||
$a[1] =~ s/\.\*//g;
|
||||
$a[1] =~ s/,.*//g;
|
||||
next if(@a < 2);
|
||||
$dh{$a[0]}{".*"} = 1;
|
||||
$dh{$a[0]}{$a[1].".*"} = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user