Revision 53c26ac2
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
1069 | 1069 |
$self->cleanup(); |
1070 | 1070 |
$self->error("$self->{IN} : " . $template->get_error()); |
1071 | 1071 |
} |
1072 |
|
|
1073 |
close OUT if $self->{OUT}; |
|
1074 |
|
|
1072 | 1075 |
Common::copy_file_to_webdav_folder($self) if ($::instance_conf->get_webdav |
1073 | 1076 |
and $::instance_conf->get_webdav_documents and not $self->{preview}); |
1074 |
close OUT if $self->{OUT}; |
|
1075 | 1077 |
|
1076 | 1078 |
if ($self->{media} eq 'file') { |
1077 | 1079 |
copy(join('/', $self->{cwd}, $userspath, $self->{tmpfile}), $out =~ m|^/| ? $out : join('/', $self->{cwd}, $out)) if $template->uses_temp_file; |
Auch abrufbar als: Unified diff
Datei vor Kopieren schließen