mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
76888: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 65459: MERGE DEV to PLATFORM1 ACE-968 - CIFS: folder is not deleted if it has subfolder and document inside git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77703 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -220,7 +220,7 @@ public class CommandExecutorImpl implements CommandExecutor
|
||||
{
|
||||
logger.debug("close file command");
|
||||
CloseFileCommand c = (CloseFileCommand)command;
|
||||
return repositoryDiskInterface.closeFile(c.getRootNodeRef(), c.getPath(), c.getNetworkFile());
|
||||
return repositoryDiskInterface.closeFile(tree, c.getRootNodeRef(), c.getPath(), c.getNetworkFile());
|
||||
}
|
||||
else if(command instanceof ReduceQuotaCommand)
|
||||
{
|
||||
|
Reference in New Issue
Block a user