webdav links richtig setzen, fix für Bug 1332.
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 26 Jan 2010 15:19:26 +0000 (16:19 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 26 Jan 2010 15:19:26 +0000 (16:19 +0100)
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'),
         };
       }