X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5adfb6910687b4af59a3a1b25795d07830a127da..eb8e38d2a0a461b1b954a49ba2aeac81e0e85ec1:/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};