webdav links richtig setzen, fix für Bug 1332.
[kivitendo-erp.git] / SL / Common.pm
index 664bc6a..fae9341 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'),
         };
       }