X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FCommon.pm;h=fae93413b9f9cbd424034a8b090d513901c04bf4;hb=85ffde7a577589762b70de99ca08b6f25e9e9d1b;hp=664bc6a08be95827a415e0b65783d89c8012880a;hpb=8fad708021877ddd45ab37a0b159ea8d307a7a68;p=kivitendo-erp.git 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'), }; }