Improve image management and ACR
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / acr / fs / FsContent.java
index 4b94abf1eb5143b1ee5074d5f1b1126ae1de001b..13b19aabb901a468b4c20ef25df9e3bcf82e3500 100644 (file)
@@ -80,7 +80,7 @@ public class FsContent extends AbstractContent implements ProvidedContent {
                // TODO check file names with ':' ?
                if (isMountBase) {
                        String mountPath = provider.getMountPath();
-                       if (mountPath != null && !mountPath.equals(ContentUtils.ROOT_SLASH)) {
+                       if (mountPath != null && !mountPath.equals(Content.ROOT_PATH)) {
                                Content mountPoint = session.getMountPoint(mountPath);
                                this.name = mountPoint.getName();
                        } else {