Check correctly for a reply’s post ID.
[Sone.git] / src / main / resources / templates / insert / sone.xml
index 14cb8a4..c7e6eff 100644 (file)
@@ -42,7 +42,7 @@
                <%foreach currentSone.replies reply>
                <reply>
                        <id><% reply.id></id>
-                       <post-id><% reply.post.id|xml></post-id>
+                       <post-id><% reply.postId.get|xml></post-id>
                        <time><% reply.time></time>
                        <text><% reply.text|xml></text>
                </reply>