Index: trunk/extensions/LiquidThreads/pages/SpecialMergeThread.php |
— | — | @@ -88,8 +88,8 @@ |
89 | 89 | |
90 | 90 | $srcThread->moveToParent( $dstThread, $reason ); |
91 | 91 | |
92 | | - $srcLink = LqtView::inContextLink( $srcThread ); |
93 | | - $dstLink = LqtView::inContextLink( $dstThread ); |
| 92 | + $srcLink = LqtView::linkInContext( $srcThread ); |
| 93 | + $dstLink = LqtView::linkInContext( $dstThread ); |
94 | 94 | |
95 | 95 | global $wgOut; |
96 | 96 | $wgOut->addHTML( wfMsgExt( 'lqt-merge-success', array( 'parseinline', 'replaceafter' ), |