X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/108753a78b203dbe0ccbe6438cc16c8df33c04d3..46f028ef78a55580e7e33c2439cedd0e60bde998:/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(); }