Webdav-Datei-Aufruf direkt mit Backend-Funktion
[kivitendo-erp.git] / SL / Controller / Letter.pm
index 25c11f7..cfc1f68 100644 (file)
@@ -616,7 +616,7 @@ sub init_webdav_objects {
   return [ map {
     +{ name => $_->filename,
        type => t8('File'),
-       link => File::Spec->catdir($webdav_path, $_->filename),
+       link => File::Spec->catfile($_->full_filedescriptor),
      }
   } @all_objects ];
 }