X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/8fad708021877ddd45ab37a0b159ea8d307a7a68..753b82ffa2294d6aba8fa64e9179c4323c4ad35d:/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'), }; }