mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
09_FileLog.pm: Fix bogus eventType data (Forum #27662)
git-svn-id: https://svn.fhem.de/fhem/trunk@6726 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
25f8e70713
commit
481b08f33c
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user