r72265 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72264‎ | r72265 | r72266 >
Date:06:57, 3 September 2010
Author:werdna
Status:deferred
Tags:
Comment:
Fix bug in r71869
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/Thread.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/Thread.php
@@ -1159,6 +1159,9 @@
11601160
11611161 if ( !$title && $this->type() != Threads::TYPE_DELETED ) {
11621162 $this->delete('', false /* !commit */);
 1163+ }
 1164+
 1165+ if ( !$title ) {
11631166 return null;
11641167 }
11651168

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71869Mark threads as deleted when they have missing roots.werdna03:24, 29 August 2010

Status & tagging log