Demon has submitted this change and it was merged.

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(-)

Approvals:
  Demon: Verified; Looks good to me, approved



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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1ac1502d60a23118746175f857f8f6d8d78f5e25
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Demon <[email protected]>
Gerrit-Reviewer: Demon <[email protected]>

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

Reply via email to