r57946 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57945‎ | r57946 | r57947 >
Date:14:40, 20 October 2009
Author:werdna
Status:deferred
Tags:
Comment:
Merge r57945
Modified paths:
  • /branches/wmf-deployment/extensions/LiquidThreads (modified) (history)
  • /branches/wmf-deployment/extensions/LiquidThreads/api/ApiThreadAction.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/LiquidThreads/api/ApiThreadAction.php
@@ -347,7 +347,7 @@
348348 $article->getTitle()->resetArticleID( $articleId );
349349 $title->resetArticleID( $articleId );
350350
351 - $thread = LqtView::postEditUpdates( 'new', null, $articleId, $talkpage,
 351+ $thread = LqtView::postEditUpdates( 'new', null, $article, $talkpage,
352352 $subject, $summary, null, $text );
353353
354354 $maxLag = wfGetLB()->getMaxLag();
@@ -445,7 +445,7 @@
446446 $article->getTitle()->resetArticleID( $articleId );
447447 $title->resetArticleID( $articleId );
448448
449 - $thread = LqtView::postEditUpdates( 'reply', $replyTo, $articleId, $talkpage,
 449+ $thread = LqtView::postEditUpdates( 'reply', $replyTo, $article, $talkpage,
450450 $subject, $summary, null, $text );
451451
452452 $maxLag = wfGetLB()->getMaxLag();
Property changes on: branches/wmf-deployment/extensions/LiquidThreads
___________________________________________________________________
Name: svn:mergeinfo
453453 - /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
454454 + /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

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r57945Move postEditUpdates back to using $article instead of $articleIdwerdna14:40, 20 October 2009

Status & tagging log