r57831 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57830‎ | r57831 | r57832 >
Date:19:38, 16 October 2009
Author:werdna
Status:deferred
Tags:
Comment:
Fix mis-called function
Modified paths:
  • /trunk/extensions/LiquidThreads/pages/SpecialMergeThread.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/pages/SpecialMergeThread.php
@@ -88,8 +88,8 @@
8989
9090 $srcThread->moveToParent( $dstThread, $reason );
9191
92 - $srcLink = LqtView::inContextLink( $srcThread );
93 - $dstLink = LqtView::inContextLink( $dstThread );
 92+ $srcLink = LqtView::linkInContext( $srcThread );
 93+ $dstLink = LqtView::linkInContext( $dstThread );
9494
9595 global $wgOut;
9696 $wgOut->addHTML( wfMsgExt( 'lqt-merge-success', array( 'parseinline', 'replaceafter' ),

Status & tagging log