From: Sven Schöling Date: Tue, 26 Jan 2010 15:19:26 +0000 (+0100) Subject: webdav links richtig setzen, fix für Bug 1332. X-Git-Tag: release-2.6.1beta1~62^2~1 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=a4696bc2015b25a2460637bc2d13e7c20755adc1;p=kivitendo-erp.git webdav links richtig setzen, fix für Bug 1332. --- 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'), }; }