X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/108753a78b203dbe0ccbe6438cc16c8df33c04d3..aa2d928e4f13b7f730b68c947d5b8211abd9f0e4:/SL/Common.pm diff --git a/SL/Common.pm b/SL/Common.pm index 193476c54..fb1b4b850 100644 --- a/SL/Common.pm +++ b/SL/Common.pm @@ -598,6 +598,7 @@ sub copy_file_to_webdav_folder { return $::locale->text("Copy file from #1 to #2 failed: #3", $current_file, $new_file, $ERRNO); } + return; $::lxdebug->leave_sub(); }