Index: branches/lqt-updates/extensions/LiquidThreads/classes/view/PostToolbar.php |
— | — | @@ -169,10 +169,10 @@ |
170 | 170 | $version = $context->get('version'); |
171 | 171 | |
172 | 172 | // TODO make this link operate properly |
173 | | - $history_url = SpecialPage::getTitleFor( 'PostHistory', $post->getID() ); |
| 173 | + $history = SpecialPage::getTitleFor( 'PostHistory', $post->getID() ); |
174 | 174 | $commands['history'] = array( |
175 | 175 | 'label' => wfMsgExt( 'history_short', 'parseinline' ), |
176 | | - 'href' => $history_url, |
| 176 | + 'href' => $history->getFullURL(), |
177 | 177 | 'enabled' => true, |
178 | 178 | ); |
179 | 179 | |