Index: branches/wmf-deployment/extensions/LiquidThreads/api/ApiThreadAction.php |
— | — | @@ -347,7 +347,7 @@ |
348 | 348 | $article->getTitle()->resetArticleID( $articleId ); |
349 | 349 | $title->resetArticleID( $articleId ); |
350 | 350 | |
351 | | - $thread = LqtView::postEditUpdates( 'new', null, $articleId, $talkpage, |
| 351 | + $thread = LqtView::postEditUpdates( 'new', null, $article, $talkpage, |
352 | 352 | $subject, $summary, null, $text ); |
353 | 353 | |
354 | 354 | $maxLag = wfGetLB()->getMaxLag(); |
— | — | @@ -445,7 +445,7 @@ |
446 | 446 | $article->getTitle()->resetArticleID( $articleId ); |
447 | 447 | $title->resetArticleID( $articleId ); |
448 | 448 | |
449 | | - $thread = LqtView::postEditUpdates( 'reply', $replyTo, $articleId, $talkpage, |
| 449 | + $thread = LqtView::postEditUpdates( 'reply', $replyTo, $article, $talkpage, |
450 | 450 | $subject, $summary, null, $text ); |
451 | 451 | |
452 | 452 | $maxLag = wfGetLB()->getMaxLag(); |
Property changes on: branches/wmf-deployment/extensions/LiquidThreads |
___________________________________________________________________ |
Name: svn:mergeinfo |
453 | 453 | - /branches/REL1_15/phase3/extensions/LiquidThreads:51646 |
/trunk/extensions/LiquidThreads:56151-57943 |
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447 |
454 | 454 | + /branches/REL1_15/phase3/extensions/LiquidThreads:51646 |
/trunk/extensions/LiquidThreads:56151-57945 |
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447 |