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