Smalyshev has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/369589 )
Change subject: Fix Special:Undelete search - use variable and not request param
......................................................................
Fix Special:Undelete search - use variable and not request param
Using request param fixes default to false.
Change-Id: I61f3f5d18783e2256612d91ca35437a6e65e0c15
---
M includes/specials/SpecialUndelete.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/89/369589/1
diff --git a/includes/specials/SpecialUndelete.php
b/includes/specials/SpecialUndelete.php
index 28914f4..740207d 100644
--- a/includes/specials/SpecialUndelete.php
+++ b/includes/specials/SpecialUndelete.php
@@ -277,7 +277,7 @@
$fieldset,
new OOUI\HtmlSnippet(
Html::hidden( 'title',
$this->getPageTitle()->getPrefixedDBkey() ) .
- Html::hidden( 'fuzzy',
$this->getRequest()->getVal( 'fuzzy' ) )
+ Html::hidden( 'fuzzy', $fuzzySearch )
)
);
--
To view, visit https://gerrit.wikimedia.org/r/369589
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I61f3f5d18783e2256612d91ca35437a6e65e0c15
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Smalyshev <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits