]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Common.pm
Beim URL-Escapen vom internen Encoding nach UTF-8 wandeln, sofern benötigt
[kivitendo-erp.git] / SL / Common.pm
index 664bc6a08be95827a415e0b65783d89c8012880a..fae93413b9f9cbd424034a8b090d513901c04bf4 100644 (file)
@@ -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'),
         };
       }