projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e6ed18
)
webdav links richtig setzen, fix für Bug 1332.
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 26 Jan 2010 15:19:26 +0000
(16:19 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 26 Jan 2010 15:19:26 +0000
(16:19 +0100)
SL/Common.pm
patch
|
blob
|
history
diff --git
a/SL/Common.pm
b/SL/Common.pm
index
664bc6a
..
fae9341
100644
(file)
--- 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'),
};
}