Merge branch 'release-0.9.7'
[Sone.git] / src / main / resources / templates / insert / sone.xml
index 14cb8a4..28fbec8 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|xml></post-id>
                        <time><% reply.time></time>
                        <text><% reply.text|xml></text>
                </reply>
                <%/first>
                <album>
                        <id><%album.id|xml></id>
-                       <%ifnull !album.parent>
+                       <%if !album.parent.root>
                        <parent><%album.parent.id|xml></parent>
                        <%/if>
                        <title><%album.title|xml></title>
                        <description><%album.description|xml></description>
+                       <!-- album-image is ignored, a random image is shown as album image. -->
                        <album-image><%album.albumImage.id|xml></album-image>
                        <%foreach album.images image>
                        <%first>