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:
rudolfkoenig 2013-06-14 11:54:44 +00:00
parent 0045095e64
commit bcaec05ccd

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