-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
In Folder_Ext.cs, method CopyFileHere, line 391 reads
File newFile = File.Create(destination.pk_FolderId, file.Name, user.UserProfile, true);
while it should be
File newFile = File.Create(destination.pk_FolderId, destinationName, user.UserProfile, true);
Therefore, the code creates new files with the same name of the copied one.
This error has been found using litmus' copymove tests.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels