X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/66ddc388f22a78ff14f7705a0d3d601e81440e04..b5f5d0631a2bc7cf065d65388c094d3fd4a2a160:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 8a4ecbf8d..b3a3e23df 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -1204,6 +1204,7 @@ sub parse_template { local (*IN, *OUT); my $userspath = $::lx_office_conf{paths}->{userspath}; + $self->{"cwd"} = getcwd(); $self->{"tmpdir"} = $self->{cwd} . "/${userspath}"; @@ -1295,7 +1296,6 @@ sub parse_template { $result = $template->parse(*STDOUT); } - Common::copy_file_to_webdav_folder($self) if ($self->{webdav}); if (!$result) { $self->cleanup(); $self->error("$self->{IN} : " . $template->get_error());