From: David ‘Bombe’ Roden Date: Tue, 29 Jan 2013 05:42:32 +0000 (+0100) Subject: Fix storage of post ID in Sone’s XML. X-Git-Tag: 0.8.5^2~3^2~31 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=b75331ce64e008c578634b65f690defc8dd0c6a6 Fix storage of post ID in Sone’s XML. --- diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index c7e6eff..511cbf2 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.postId.get|xml> + <% reply.postId|xml> <% reply.text|xml>