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; } }