From d6ab9afa53589e710ecbf0b65c4b6a26e045fbaa Mon Sep 17 00:00:00 2001 From: inga-lovinde <52715130+inga-lovinde@users.noreply.github.com> Date: Thu, 8 Jul 2010 11:12:35 +0000 Subject: [PATCH] Fixed a mistype in Thread.cs --- Builder/IISMainHandler/build.txt | 2 +- Builder/IISUploadHandler/build.txt | 2 +- Common/dataobjects/Thread.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index 5628fa7..0905ea7 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -639 \ No newline at end of file +642 \ No newline at end of file diff --git a/Builder/IISUploadHandler/build.txt b/Builder/IISUploadHandler/build.txt index 2291c04..9361cf7 100644 --- a/Builder/IISUploadHandler/build.txt +++ b/Builder/IISUploadHandler/build.txt @@ -1 +1 @@ -373 \ No newline at end of file +376 \ No newline at end of file diff --git a/Common/dataobjects/Thread.cs b/Common/dataobjects/Thread.cs index 31d83b3..d4230c5 100644 --- a/Common/dataobjects/Thread.cs +++ b/Common/dataobjects/Thread.cs @@ -142,7 +142,7 @@ namespace FLocal.Common.dataobjects { public bool isLocked { get { this.LoadIfNotLoaded(); - return this._isAnnouncement; + return this._isLocked; } }