Rename 'backend' param to 'srbackend' to match API
authorChad Horohoe <chadh@wikimedia.org>
Thu, 15 Aug 2013 23:54:57 +0000 (16:54 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Thu, 15 Aug 2013 23:55:20 +0000 (16:55 -0700)
Change-Id: I1ac1502d60a23118746175f857f8f6d8d78f5e25

includes/specials/SpecialSearch.php

index 4634c4f..8609c74 100644 (file)
@@ -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' ) )