mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
Re-enabling ; in .gplot #FileLog expressions
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3284 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0045095e64
commit
bcaec05ccd
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user