r46421 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r46420
|
r46421
|
r46422
>
Date:
04:16, 28 January 2009
Author:
brion
Status:
ok
Tags:
Comment:
Fix regression from
r45502
-- extra "search" got displayed on old search UI due to extra old parameter getting passed through to what's now a parameter for extra HTML header info.
Modified paths:
/trunk/phase3/includes/specials/SpecialSearch.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialSearch.php
—
—
@@ -41,7 +41,7 @@
42
42
|| !is_null( $wgRequest->getVal( 'offset' ))
43
43
|| !is_null( $wgRequest->getVal( 'searchx' )) )
44
44
{
45
- $searchPage->showResults( $search, 'search' );
45
+ $searchPage->showResults( $search );
46
46
} else {
47
47
$searchPage->goResult( $search );
48
48
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r45502
Make sure that "did you mean" displays at the top...
simetrical
14:22, 7 January 2009
Status & tagging log
04:25, 28 January 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r46421
[
removed:
new
added:
ok]