From 6b6f6b23931c680eaa1fe6e5f3813203d740c5fe Mon Sep 17 00:00:00 2001 From: inga-lovinde <52715130+inga-lovinde@users.noreply.github.com> Date: Wed, 1 Sep 2010 15:02:24 +0000 Subject: [PATCH] Fixed multi-punishment display --- Builder/IISMainHandler/build.txt | 2 +- Common/dataobjects/Post.cs | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index 0272c1e..8ced8f7 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -987 \ No newline at end of file +989 \ No newline at end of file diff --git a/Common/dataobjects/Post.cs b/Common/dataobjects/Post.cs index e1e3055..16ccf1b 100644 --- a/Common/dataobjects/Post.cs +++ b/Common/dataobjects/Post.cs @@ -364,6 +364,8 @@ namespace FLocal.Common.dataobjects { ) ); + this.punishments_Reset(); + Account posterAccount = null; try { posterAccount = Account.LoadByUser(this.poster);