From: Chad Horohoe Date: Tue, 11 Feb 2014 02:19:29 +0000 (-0800) Subject: Remove undocumented and unused searchx parameter X-Git-Tag: 1.31.0-rc.0~16932^2 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=ab1c93ad2c577d405bccef4abf99e94e01b095a1;p=lhc%2Fweb%2Fwiklou.git Remove undocumented and unused searchx parameter It dates from early implementations of Special:Search but is no longer used by anything anymore. Change-Id: Ib6ed378242558aa332e453357510932310546f8b --- diff --git a/includes/specials/SpecialSearch.php b/includes/specials/SpecialSearch.php index 588a313202..37888bd091 100644 --- a/includes/specials/SpecialSearch.php +++ b/includes/specials/SpecialSearch.php @@ -105,7 +105,6 @@ class SpecialSearch extends SpecialPage { if ( $request->getVal( 'fulltext' ) || !is_null( $request->getVal( 'offset' ) ) - || !is_null( $request->getVal( 'searchx' ) ) ) { $this->showResults( $search ); } else {