Clarify naming.
[lgpl/argeo-commons.git] / org.argeo.cms.ui / src / org / argeo / cms / ui / util / CmsUiUtils.java
index 316e7859f92d796104e2b58665254cf370e870fe..39df49ebfba4f60689fc59eda53eaf95aedfe317 100644 (file)
@@ -72,7 +72,7 @@ public class CmsUiUtils implements CmsConstants {
 
        /** A path in the node repository */
        public static String getDataPath(Node node) throws RepositoryException {
-               return getDataPath(NodeConstants.NODE, node);
+               return getDataPath(NodeConstants.EGO_REPOSITORY, node);
        }
 
        public static String getDataPath(String cn, Node node) throws RepositoryException {