diff --git a/source/java/org/alfresco/repo/transfer/RepoPrimaryManifestProcessorImpl.java b/source/java/org/alfresco/repo/transfer/RepoPrimaryManifestProcessorImpl.java index 4ba4616e4d..db1a5204da 100644 --- a/source/java/org/alfresco/repo/transfer/RepoPrimaryManifestProcessorImpl.java +++ b/source/java/org/alfresco/repo/transfer/RepoPrimaryManifestProcessorImpl.java @@ -274,11 +274,11 @@ public class RepoPrimaryManifestProcessorImpl extends AbstractManifestProcessorB // We need to process content properties separately. // First, create a shallow copy of the supplied property map... Map props = new HashMap(node.getProperties()); + + injectTransferred(props); // Split out the content properties and sanitise the others Map contentProps = processProperties(null, props, null); - - injectTransferred(props); // Remove the invadedBy property since that is used by the transfer service // and is local to this repository.