Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
Signed-off-by: Lorenzo Tanganelli <[email protected]>
  • Loading branch information
tanganellilore committed Jun 1, 2023
commit ce192c63ae66cb393278a96a76841ca79e77aa8a
2 changes: 1 addition & 1 deletion apps/dav/lib/Upload/UploadHome.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ private function getView() {
} else if (is_dir($absolute_user_path)) {
$rootView->rmdir($user_path);
}
symlink($upload_user_path, $link_user_path);
symlink($upload_user_path, $absolute_user_path);

}

Expand Down