Demon has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/79300


Change subject: Rename 'backend' param to 'srbackend' to match API
......................................................................

Rename 'backend' param to 'srbackend' to match API

Change-Id: I1ac1502d60a23118746175f857f8f6d8d78f5e25
---
M includes/specials/SpecialSearch.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/00/79300/1

diff --git a/includes/specials/SpecialSearch.php 
b/includes/specials/SpecialSearch.php
index 4634c4f..8609c74 100644
--- a/includes/specials/SpecialSearch.php
+++ b/includes/specials/SpecialSearch.php
@@ -101,7 +101,7 @@
 
                $this->load();
 
-               $this->searchEngineType = $request->getVal( 'backend' );
+               $this->searchEngineType = $request->getVal( 'srbackend' );
 
                if ( $request->getVal( 'fulltext' )
                        || !is_null( $request->getVal( 'offset' ) )

-- 
To view, visit https://gerrit.wikimedia.org/r/79300
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1ac1502d60a23118746175f857f8f6d8d78f5e25
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.22wmf13
Gerrit-Owner: Demon <[email protected]>

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

Reply via email to