From: David ‘Bombe’ Roden Date: Mon, 28 Jan 2013 21:46:31 +0000 (+0100) Subject: Check correctly for a reply’s post ID. X-Git-Tag: 0.8.5^2~3^2~33 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=a2384644eb91f324faa42be4fb3c0acb5935a63b Check correctly for a reply’s post ID. --- diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 14cb8a4..c7e6eff 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -42,7 +42,7 @@ <%foreach currentSone.replies reply> <% reply.id> - <% reply.post.id|xml> + <% reply.postId.get|xml> <% reply.text|xml>