Index: branches/wmf-deployment/extensions/LiquidThreads_alpha/classes/View.php |
— | — | @@ -1445,6 +1445,11 @@ |
1446 | 1446 | count( array_intersect( |
1447 | 1447 | array_keys( $mustShowThreads ), array_keys( $thread->replies() ) |
1448 | 1448 | ) ); |
| 1449 | + |
| 1450 | + wfDebug( "LqtView::showThread(".$thread->id().") — showThreads: $showThreads ". |
| 1451 | + "hasSubthreads:$hasSubthreads, has ".count($thread->replies()). |
| 1452 | + " subthreads.\n" ); |
| 1453 | + |
1449 | 1454 | if ( $hasSubthreads && $showThreads ) { |
1450 | 1455 | $this->showThreadReplies( $thread, $startAt, $maxCount, $showThreads, |
1451 | 1456 | $cascadeOptions ); |