X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/24c96b5c2c9a85f73b602379aa5ec970748ef7f0..f0e64d77dee59da736fc61304e45ad50210faa55:/SL/Common.pm diff --git a/SL/Common.pm b/SL/Common.pm index 664bc6a08..fae93413b 100644 --- a/SL/Common.pm +++ b/SL/Common.pm @@ -388,7 +388,7 @@ sub webdav_folder { push @{ $form->{WEBDAV} }, { 'name' => $fname, - 'link' => "/$base_path/$file", + 'link' => "$base_path/$file", 'type' => $is_directory ? $main::locale->text('Directory') : $main::locale->text('File'), }; }