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:
rudolfkoenig
2014-10-09 17:43:44 +00:00
parent b8a70515a2
commit a8b219ec84

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