r57930 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57929‎ | r57930 | r57931 >
Date:23:12, 19 October 2009
Author:werdna
Status:deferred
Tags:
Comment:
Fix further issues with master/slave setup in LiquidThreads AJAX saves
Modified paths:
  • /trunk/extensions/LiquidThreads/api/ApiThreadAction.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/api/ApiThreadAction.php
@@ -350,7 +350,7 @@
351351 $result = array(
352352 'result' => 'Success',
353353 'thread-id' => $thread->id(),
354 - 'thread-title' => $thread->title()->getPrefixedText(),
 354+ 'thread-title' => $title->getPrefixedText(),
355355 );
356356
357357 $result = array( 'thread' => $result );
@@ -439,7 +439,7 @@
440440 'action' => 'reply',
441441 'result' => 'Success',
442442 'thread-id' => $thread->id(),
443 - 'thread-title' => $thread->title()->getPrefixedText(),
 443+ 'thread-title' => $title->getPrefixedText(),
444444 'parent-id' => $replyTo->id(),
445445 'parent-title' => $replyTo->title()->getPrefixedText(),
446446 'ancestor-id' => $replyTo->topmostThread()->id(),

Follow-up revisions

RevisionCommit summaryAuthorDate
r57931Merge r57930werdna23:12, 19 October 2009

Status & tagging log