diff --git a/FHEM/98_SVG.pm b/FHEM/98_SVG.pm index d10e9dd34..51fd10f48 100755 --- a/FHEM/98_SVG.pm +++ b/FHEM/98_SVG.pm @@ -883,6 +883,7 @@ SVG_showLog($) ($cfg, $plot) = SVG_substcfg(1, $wl, $cfg, $plot, $file, ""); my $ret = SVG_render($wl, $f, $t, $cfg, $internal_data, $plot, $FW_wname, $FW_cssdir, $flog); + $internal_data = ""; FW_pO $ret; if($SVGcache) { mkdir($cDir) if(! -d $cDir);