2
0
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:
rudolfkoenig 2014-10-09 17:43:44 +00:00
parent 25f8e70713
commit 481b08f33c

View File

@ -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;
}