Re-enabling ; in .gplot #FileLog expressions

git-svn-id: https://svn.fhem.de/fhem/trunk@3284 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-06-14 11:54:44 +00:00
parent f8d58d0f60
commit 10d16f0ef7

View File

@@ -1537,7 +1537,7 @@ FW_showLog($)
close(CFH);
} else {
FW_fC("get $d $file INT $f $t " . join(" ", @{$flog}));
FW_fC("get $d $file INT $f $t " . join(" ", @{$flog}), 1);
($cfg, $plot) = FW_substcfg(1, $wl, $cfg, $plot, $file, "<OuT>");
$ret = SVG_render($wl, $f, $t, $cfg,
$internal_data, $plot, $FW_wname, $FW_cssdir);