r57229 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57228‎ | r57229 | r57230 >
Date:16:04, 1 October 2009
Author:werdna
Status:deferred
Tags:
Comment:
Fix similar infinite loop to that fixed in r57227 in undeletion.
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/Thread.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/Thread.php
@@ -269,6 +269,7 @@
270270 $t = $this->superthread();
271271 while( $t ) {
272272 $t->incrementReplyCount();
 273+ $t = $t->superthread();
273274 }
274275 }
275276

Follow-up revisions

RevisionCommit summaryAuthorDate
r57230Merge r57229werdna16:05, 1 October 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r57227Fix infinite loop on deleting subthreads.werdna15:52, 1 October 2009

Status & tagging log