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 5d79f6e323
commit 436fb2aafa

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