Revision a4696bc2
Von Sven Schöling vor fast 15 Jahren hinzugefügt
SL/Common.pm | ||
---|---|---|
388 | 388 |
|
389 | 389 |
push @{ $form->{WEBDAV} }, { |
390 | 390 |
'name' => $fname, |
391 |
'link' => "/$base_path/$file",
|
|
391 |
'link' => "$base_path/$file", |
|
392 | 392 |
'type' => $is_directory ? $main::locale->text('Directory') : $main::locale->text('File'), |
393 | 393 |
}; |
394 | 394 |
} |
Auch abrufbar als: Unified diff
webdav links richtig setzen, fix für Bug 1332.