X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fspecials%2FSpecialUndelete.php;h=740207d6b9bc8b7852621359bb883632fbeeb407;hp=e7478ee209641eeb51babf9fa3ea3e88f4029e4c;hb=89539f2aa1b158fdcc703ad053e2580cb97a6385;hpb=783e689d7d06ed4e5509c716a22e99769eee3e29 diff --git a/includes/specials/SpecialUndelete.php b/includes/specials/SpecialUndelete.php index e7478ee209..740207d6b9 100644 --- a/includes/specials/SpecialUndelete.php +++ b/includes/specials/SpecialUndelete.php @@ -235,7 +235,7 @@ class SpecialUndelete extends SpecialPage { function showSearchForm() { $out = $this->getOutput(); $out->setPageTitle( $this->msg( 'undelete-search-title' ) ); - $fuzzySearch = $this->getRequest()->getVal( 'fuzzy', false ); + $fuzzySearch = $this->getRequest()->getVal( 'fuzzy', true ); $out->enableOOUI(); @@ -277,7 +277,7 @@ class SpecialUndelete extends SpecialPage { $fieldset, new OOUI\HtmlSnippet( Html::hidden( 'title', $this->getPageTitle()->getPrefixedDBkey() ) . - Html::hidden( 'fuzzy', $this->getRequest()->getVal( 'fuzzy' ) ) + Html::hidden( 'fuzzy', $fuzzySearch ) ) );