Index: trunk/extensions/LiquidThreads/api/ApiThreadAction.php |
— | — | @@ -511,7 +511,7 @@ |
512 | 512 | $title = $article->getTitle(); |
513 | 513 | $view = new LqtView( $wgOut, $article, $title, $wgUser, $wgRequest ); |
514 | 514 | |
515 | | - $view->showThread( $thread, 1, $rendercount, $options ); |
| 515 | + $view->showThread( $thread ); |
516 | 516 | |
517 | 517 | $result = $wgOut->getHTML(); |
518 | 518 | $wgOut->clearHTML(); |