From: Chad Horohoe Date: Thu, 15 Aug 2013 23:54:57 +0000 (-0700) Subject: Rename 'backend' param to 'srbackend' to match API X-Git-Tag: 1.31.0-rc.0~18960 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=589e82f142de24bd56fac24c2d3b77421a862cf2;p=lhc%2Fweb%2Fwiklou.git Rename 'backend' param to 'srbackend' to match API Change-Id: I1ac1502d60a23118746175f857f8f6d8d78f5e25 --- diff --git a/includes/specials/SpecialSearch.php b/includes/specials/SpecialSearch.php index 4634c4f1cb..8609c74028 100644 --- a/includes/specials/SpecialSearch.php +++ b/includes/specials/SpecialSearch.php @@ -101,7 +101,7 @@ class SpecialSearch extends SpecialPage { $this->load(); - $this->searchEngineType = $request->getVal( 'backend' ); + $this->searchEngineType = $request->getVal( 'srbackend' ); if ( $request->getVal( 'fulltext' ) || !is_null( $request->getVal( 'offset' ) )