getPaths now returns the latest snapshot path, even when the head path

has not changed since the last snapshot.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5786 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Britt Park
2007-05-26 17:59:16 +00:00
parent 01517dd85b
commit b2db7d40b1

View File

@@ -1433,7 +1433,6 @@ public class AVMRepository
if (store != null)
{
addPath(components, -1, store.getName(), paths);
return;
}
VersionRoot vr = fVersionRootDAO.getByRoot(node);
if (vr != null)