Reedy has uploaded a new change for review.
https://gerrit.wikimedia.org/r/254386
Change subject: Fix undefined variable passed by reference to a hook
......................................................................
Fix undefined variable passed by reference to a hook
Change-Id: Iee488ff9baddc3962ca52eb34efbe7ebdb628ea5
---
M includes/specials/SpecialSearch.php
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/86/254386/1
diff --git a/includes/specials/SpecialSearch.php
b/includes/specials/SpecialSearch.php
index 2f47add..8809900 100644
--- a/includes/specials/SpecialSearch.php
+++ b/includes/specials/SpecialSearch.php
@@ -853,6 +853,7 @@
$html = null;
$score = '';
+ $related = '';
if ( Hooks::run( 'ShowSearchHit', array(
$this, $result, $terms,
&$link, &$redirect, &$section, &$extract,
--
To view, visit https://gerrit.wikimedia.org/r/254386
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iee488ff9baddc3962ca52eb34efbe7ebdb628ea5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits