Revision 4cb3ecfd
Von Jan Büren vor mehr als 13 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
1203 | 1203 |
local (*IN, *OUT); |
1204 | 1204 |
|
1205 | 1205 |
my $userspath = $::lx_office_conf{paths}->{userspath}; |
1206 |
|
|
1207 | 1206 |
$self->{"cwd"} = getcwd(); |
1208 | 1207 |
$self->{"tmpdir"} = $self->{cwd} . "/${userspath}"; |
1209 | 1208 |
|
... | ... | |
1295 | 1294 |
$result = $template->parse(*STDOUT); |
1296 | 1295 |
} |
1297 | 1296 |
|
1297 |
Common::copy_file_to_webdav_folder($self) if ($self->{webdav}); |
|
1298 | 1298 |
if (!$result) { |
1299 | 1299 |
$self->cleanup(); |
1300 | 1300 |
$self->error("$self->{IN} : " . $template->get_error()); |
Auch abrufbar als: Unified diff
Webdav-Komponente: Das Erstellen des Verzeichnisses ausgelagert. Ferner den Beleg auch in das Webdav-Verzeichnis kopieren.
Offen: Fehlerbehandlung in Common.pm - ggf. gleich revert