Index: trunk/extensions/LuceneSearch.php |
— | — | @@ -187,7 +187,7 @@ |
188 | 188 | $wgOut->redirect($t->getFullURL('action=edit')); |
189 | 189 | return; |
190 | 190 | } |
191 | | - $wgOut->addWikiText( wfMsg('nogomatch', ':' . $t->getPrefixedText() ) ); |
| 191 | + $wgOut->addWikiText( wfMsg('nogomatch', ':' . $t->getPrefixedText(), $t->getPrefixedText() ) ); |
192 | 192 | } |
193 | 193 | |
194 | 194 | global $wgDisableTextSearch; |