r68804 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68803‎ | r68804 | r68805 >
Date:23:12, 30 June 2010
Author:werdna
Status:deferred
Tags:
Comment:
Fix error in editing threads
Modified paths:
  • /trunk/extensions/LiquidThreads/lqt.js (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/lqt.js
@@ -549,7 +549,7 @@
550550 $j.get( wgScriptPath+'/api.php', apiReq,
551551 function(data) {
552552 // Load data from JSON
553 - var html = data.query.threads[0].content;
 553+ var html = data.query.threads[threadId].content;
554554 var newContent = $j(html);
555555
556556 // Clear old post and header.

Follow-up revisions

RevisionCommit summaryAuthorDate
r68805Merge r68804werdna23:14, 30 June 2010
r68806Fix more instances of r68804werdna23:17, 30 June 2010

Status & tagging log