From a4696bc2015b25a2460637bc2d13e7c20755adc1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 26 Jan 2010 16:19:26 +0100 Subject: [PATCH] =?utf8?q?webdav=20links=20richtig=20setzen,=20fix=20f?= =?utf8?q?=C3=BCr=20Bug=201332.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Common.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), }; } -- 2.20.1