Index: trunk/extensions/LiquidThreads/classes/View.php |
— | — | @@ -1172,8 +1172,7 @@ |
1173 | 1173 | ); |
1174 | 1174 | |
1175 | 1175 | if ( $this->user->isAllowed( 'move' ) ) { |
1176 | | - $move_href = SpecialPage::getTitleFor( 'MoveThread' )->getLocalURL() |
1177 | | - . '/' . $thread->title()->getPrefixedURL(); |
| 1176 | + $move_href = SpecialPage::getTitleFor( 'MoveThread', $thread->title()->getPrefixedText() )->getLocalURL(); |
1178 | 1177 | $commands['move'] = array( |
1179 | 1178 | 'label' => wfMsg( 'lqt-movethread' ), |
1180 | 1179 | 'href' => $move_href, |