EBernhardson has uploaded a new change for review.

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

Change subject: Allow access to $config from extending classes
......................................................................

Allow access to $config from extending classes

Bug: T126672
Change-Id: Ic185b238198f4de2180d44f0c5317e5190661814
---
M includes/Searcher.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CirrusSearch 
refs/changes/49/271049/1

diff --git a/includes/Searcher.php b/includes/Searcher.php
index 1a1fe30..bc3b832 100644
--- a/includes/Searcher.php
+++ b/includes/Searcher.php
@@ -186,7 +186,7 @@
         * Search environment configuration
         * @var SearchConfig
         */
-       private $config;
+       protected $config;
 
        /**
         * @var SearchContext

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic185b238198f4de2180d44f0c5317e5190661814
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>

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

Reply via email to