98_SVG.pm: remove notifyRegexpChanged (Forum #111938)

git-svn-id: https://svn.fhem.de/fhem/trunk@22457 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2020-07-24 07:22:09 +00:00
parent 1b4c5d9f8a
commit 640d0c3f23

View File

@@ -114,7 +114,7 @@ SVG_Define($$)
$hash->{LOGFILE} = ($3 ? $3 : "CURRENT"); $hash->{LOGFILE} = ($3 ? $3 : "CURRENT");
$hash->{STATE} = "initialized"; $hash->{STATE} = "initialized";
$hash->{LOGDEVICE} =~ s/^fileplot //; # Autocreate bug. $hash->{LOGDEVICE} =~ s/^fileplot //; # Autocreate bug.
notifyRegexpChanged($hash, "global"); # notifyRegexpChanged($hash, "global"); # ??
return undef; return undef;
} }