98_autocreate.pm: revert last CURRENT patch

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5015 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-02-21 20:38:59 +00:00
parent b5370f1f20
commit 0c3600f6ff

View File

@@ -203,7 +203,7 @@ autocreate_Notify($$)
$wlname .= "_$wnr" if($wnr > 1);
$wnr++;
delete($defs{$wlname}); # If we are re-creating it with createlog.
$cmd = "$wlname SVG $flname:$gplotfile:";
$cmd = "$wlname SVG $flname:$gplotfile:CURRENT";
Log3 $me, 2, "autocreate: define $cmd";
$ret = CommandDefine(undef, $cmd);
if($ret) {