X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b68213ba55ae2685257842d722099b213a78eba4..d7acc048b63968c705d6575d83fe000f8cdecf35:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 8915ca20f..c14024f95 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -1097,6 +1097,7 @@ sub parse_template { UNLINK => ($::lx_office_conf{debug} && $::lx_office_conf{debug}->{keep_temp_files})? 0 : 1, ); close $temp_fh; + (undef, undef, $self->{template_meta}{tmpfile}) = File::Spec->splitpath( $self->{tmpfile} ); if ($template->uses_temp_file() || $self->{media} eq 'email') { $out = $self->{OUT};