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 @@
270
270
$t = $this->superthread();
271
271
while( $t ) {
272
272
$t->incrementReplyCount();
273
+ $t = $t->superthread();
273
274
}
274
275
}
275
276
Follow-up revisions
Revision
Commit summary
Author
Date
r57230
Merge
r57229
werdna
16:05, 1 October 2009
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r57227
Fix infinite loop on deleting subthreads.
werdna
15:52, 1 October 2009
Status & tagging log
02:07, 9 December 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r57229
[
removed:
new
added:
deferred]