1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-04 22:19:38 +00:00

SVG: reset internal_data (Forum #26108)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@6399 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-08-13 06:26:41 +00:00
parent 54469ba9ae
commit 4c1b159af8

View File

@ -883,6 +883,7 @@ SVG_showLog($)
($cfg, $plot) = SVG_substcfg(1, $wl, $cfg, $plot, $file, "<OuT>");
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);