Fixed a mistype in Thread.cs

main
Inga 🏳‍🌈 15 years ago
parent b5692d0fab
commit d6ab9afa53
  1. 2
      Builder/IISMainHandler/build.txt
  2. 2
      Builder/IISUploadHandler/build.txt
  3. 2
      Common/dataobjects/Thread.cs

@ -142,7 +142,7 @@ namespace FLocal.Common.dataobjects {
public bool isLocked { public bool isLocked {
get { get {
this.LoadIfNotLoaded(); this.LoadIfNotLoaded();
return this._isAnnouncement; return this._isLocked;
} }
} }

Loading…
Cancel
Save