Improve, clarify and register namespaces
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / acr / MountManager.java
index 3995dc30fcc84c1f32a55f435d94f6cbb0dd280f..6a6dcaacbe795ffa836f25f7738f62884f291310 100644 (file)
@@ -31,7 +31,7 @@ class MountManager {
                String[] parentPath = ContentUtils.getParentPath(mountPath);
                Content parent = systemSession.get(parentPath[0]);
                Content mount = parent.add(parentPath[1]);
-               mount.put(CrName.MOUNT.get(), "true");
+               mount.put(CrName.mount.qName(), "true");
 
        }