jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/369696 )

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
(cherry picked from commit d8593569d70991c8f1030b8808fd83f758eb39e6)
---
M includes/specials/SpecialUndelete.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Thcipriani: Looks good to me, approved
  jenkins-bot: Verified



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/369696
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I61f3f5d18783e2256612d91ca35437a6e65e0c15
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.30.0-wmf.12
Gerrit-Owner: Smalyshev <[email protected]>
Gerrit-Reviewer: DCausse <[email protected]>
Gerrit-Reviewer: EBernhardson <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Thcipriani <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to