Skip to content

Commit

Permalink
fix manual merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
lmagyar committed Sep 26, 2024
1 parent 0488178 commit 6570c60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public T getFile(String file) {
} else {
// probably upload -> create object just with name
String absPath = Utils.toPath(parts);
return createFile(contentResolver, parentDocFile, currentPart, absPath, pftpdService, this);
return createFile(contentResolver, parentDocFile, currentPart, absPath, pftpdService);
}
}

Expand Down

0 comments on commit 6570c60

Please sign in to comment.