From b75331ce64e008c578634b65f690defc8dd0c6a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Tue, 29 Jan 2013 06:42:32 +0100 Subject: [PATCH] =?utf8?q?Fix=20storage=20of=20post=20ID=20in=20Sone?= =?utf8?q?=E2=80=99s=20XML.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/insert/sone.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- 2.7.4