mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
ACS-4863 Ensure we don't accidentally introduce circular reference.
This commit is contained in:
@@ -651,7 +651,7 @@ public class NodesImpl implements Nodes
|
|||||||
|
|
||||||
public NodeRef validateOrLookupNode(String nodeId)
|
public NodeRef validateOrLookupNode(String nodeId)
|
||||||
{
|
{
|
||||||
return validateOrLookupNode(nodeId);
|
return validateOrLookupNode(nodeId, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
public NodeRef validateOrLookupNode(String nodeId, String path)
|
public NodeRef validateOrLookupNode(String nodeId, String path)
|
||||||
|
Reference in New Issue
Block a user