From 43fd0f34b9bc7488dd1efaa7c6d30774623e7907 Mon Sep 17 00:00:00 2001 From: inga-lovinde <52715130+inga-lovinde@users.noreply.github.com> Date: Sun, 5 Sep 2010 20:10:10 +0000 Subject: [PATCH] Punishment of legacy posts allowed --- Builder/IISMainHandler/build.txt | 2 +- IISMainHandler/handlers/response/PunishHandler.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index a2998a8..63192f7 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -1120 \ No newline at end of file +1124 \ No newline at end of file diff --git a/IISMainHandler/handlers/response/PunishHandler.cs b/IISMainHandler/handlers/response/PunishHandler.cs index 5ff59ba..4729afa 100644 --- a/IISMainHandler/handlers/response/PunishHandler.cs +++ b/IISMainHandler/handlers/response/PunishHandler.cs @@ -27,7 +27,6 @@ namespace FLocal.IISHandler.handlers.response { post.thread.board.exportToXml(context, Board.SubboardsOptions.None), post.thread.exportToXml(context), post.exportToXml(context), - post.latestRevision.exportToXml(context), new XElement("layers", from layer in PostLayer.allLayers select layer.exportToXml(context) ),