r14445 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r14444‎ | r14445 | r14446 >
Date:21:47, 28 May 2006
Author:robchurch
Status:old
Tags:
Comment:
As 14444, but for Lucene
Modified paths:
  • /trunk/extensions/LuceneSearch.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LuceneSearch.php
@@ -187,7 +187,7 @@
188188 $wgOut->redirect($t->getFullURL('action=edit'));
189189 return;
190190 }
191 - $wgOut->addWikiText( wfMsg('nogomatch', ':' . $t->getPrefixedText() ) );
 191+ $wgOut->addWikiText( wfMsg('nogomatch', ':' . $t->getPrefixedText(), $t->getPrefixedText() ) );
192192 }
193193
194194 global $wgDisableTextSearch;

Status & tagging log