mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Fixes WCM-534.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6126 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -306,7 +306,7 @@ public class OrphanReaper
|
||||
AVMDAOs.Instance().fMergeLinkDAO.delete(link);
|
||||
}
|
||||
// Get rid of all properties belonging to this node.
|
||||
AVMDAOs.Instance().fAVMNodePropertyDAO.deleteAll(node);
|
||||
// AVMDAOs.Instance().fAVMNodePropertyDAO.deleteAll(node);
|
||||
// Get rid of all aspects belonging to this node.
|
||||
// AVMDAOs.Instance().fAVMAspectNameDAO.delete(node);
|
||||
// Get rid of ACL.
|
||||
|
Reference in New Issue
Block a user