Chad has uploaded a new change for review.
https://gerrit.wikimedia.org/r/93479
Change subject: Remove pointless pass-by-reference
......................................................................
Remove pointless pass-by-reference
Change-Id: I80541a627af89f4f84734014c0e211c322e87d45
---
M includes/specials/SpecialSearch.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/79/93479/1
diff --git a/includes/specials/SpecialSearch.php
b/includes/specials/SpecialSearch.php
index 8609c74..d5a6b29 100644
--- a/includes/specials/SpecialSearch.php
+++ b/includes/specials/SpecialSearch.php
@@ -738,7 +738,7 @@
*
* @return string
*/
- protected function showInterwiki( &$matches, $query ) {
+ protected function showInterwiki( $matches, $query ) {
global $wgContLang;
wfProfileIn( __METHOD__ );
$terms = $wgContLang->convertForSearchResult(
$matches->termMatches() );
--
To view, visit https://gerrit.wikimedia.org/r/93479
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I80541a627af89f4f84734014c0e211c322e87d45
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Chad <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits