Commit 8528ffb8 authored by Aurel's avatar Aurel

there is no content-type property on signature

parent a7415efe
...@@ -275,7 +275,6 @@ class SyncMLSubscription(XMLObject): ...@@ -275,7 +275,6 @@ class SyncMLSubscription(XMLObject):
signature = self.newContent( signature = self.newContent(
portal_type='SyncML Signature', portal_type='SyncML Signature',
id=gid, id=gid,
content_type=conduit.getContentType()
) )
syncml_logger.debug("Created a signature for %s - document : %s" syncml_logger.debug("Created a signature for %s - document : %s"
% (signature.getPath(), document)) % (signature.getPath(), document))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment