r51871 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r51870
|
r51871
|
r51872
>
Date:
09:44, 15 June 2009
Author:
rainman
Status:
ok
Tags:
Comment:
Fix for
r51574
: did you mean.. links were broken, the original change seem to miss this one..
Modified paths:
/trunk/phase3/includes/specials/SpecialSearch.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialSearch.php
—
—
@@ -1080,7 +1080,7 @@
1081
1081
1082
1082
$suggestionSnippet = $textMatches->getSuggestionSnippet();
1083
1083
1084
- if( $suggestionSnippet )
1084
+ if( $suggestionSnippet == '' )
1085
1085
$suggestionSnippet = null;
1086
1086
1087
1087
$suggestLink = $sk->linkKnown(
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r51574
Follow-up to
r51572
. SpecialSearch.php was a bit broken, because methods like...
siebrand
19:49, 7 June 2009
Status & tagging log
13:45, 15 June 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r51871
[
removed:
new
added:
ok]