X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FCommon.pm;h=fb1b4b850dbdff872bcad5d54460c4563d641c2e;hb=dc7162f360873e40872e43bb3be4cc69f4833461;hp=193476c548f844f3a94382e18f0f223c2c2e19a2;hpb=108753a78b203dbe0ccbe6438cc16c8df33c04d3;p=kivitendo-erp.git 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(); }