fixed ACL tag

git-svn-id: https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk@1305357 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/DotCMIS/binding/atompub/atompub-writer.cs b/DotCMIS/binding/atompub/atompub-writer.cs
index db936ab..e55add2 100644
--- a/DotCMIS/binding/atompub/atompub-writer.cs
+++ b/DotCMIS/binding/atompub/atompub-writer.cs
@@ -41,7 +41,7 @@
 

             XmlRootAttribute aclXmlRoot = new XmlRootAttribute("acl");

             aclXmlRoot.Namespace = AtomPubConstants.NamespaceCMIS;

-            AclSerializer = new XmlSerializer(typeof(cmisAccessControlListType), objectXmlRoot);

+            AclSerializer = new XmlSerializer(typeof(cmisAccessControlListType), aclXmlRoot);

         }

 

         public const string PrefixAtom = "atom";