r40352 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40351‎ | r40352 | r40353 >
Date:02:18, 3 September 2008
Author:david
Status:old
Tags:
Comment:
TODO added to source
Modified paths:
  • /trunk/extensions/LiquidThreads/LqtModel.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/LqtModel.php
@@ -417,6 +417,7 @@
418418 $this->type = Threads::TYPE_DELETED;
419419 $this->revisionNumber += 1;
420420 $this->commitRevision(Threads::CHANGE_DELETED, $this, $reason);
 421+ /* TODO: mark thread as read by all users, or we get blank thingies in New Messages. */
421422 }
422423 function undelete($reason) {
423424 $this->type = Threads::TYPE_NORMAL;