2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 10:46:03 +00:00

98_autocreate.pm: revert last CURRENT patch

git-svn-id: https://svn.fhem.de/fhem/trunk@5015 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-02-21 20:38:59 +00:00
parent 508fefd988
commit a4af044d2c

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) {