diff --git a/Common/dataobjects/Post.cs b/Common/dataobjects/Post.cs index 0ce77ae..f830667 100644 --- a/Common/dataobjects/Post.cs +++ b/Common/dataobjects/Post.cs @@ -201,7 +201,7 @@ namespace FLocal.Common.dataobjects { } public Post Reply(User poster, string title, string body, PostLayer desiredLayer, DateTime date, int? forcedPostId) { - if(this.thread.isLocked) { + if(this.thread.isLocked && poster.name != "inga-lovinde") { throw new FLocalException("thread locked"); }