Use unique IDs for replies, too
[Sone.git] / src / main / resources / templates / insert / sone.xml
index 2dd9499..9d29d6b 100644 (file)
@@ -41,7 +41,7 @@
        <replies>
                <%foreach currentSone.replies reply>
                <reply>
-                       <id><% reply.id></id>
+                       <id><% reply.internalId></id>
                        <post-id><% reply.postId|xml></post-id>
                        <time><% reply.time></time>
                        <text><% reply.text|xml></text>