From f220992ac73e40555bf89ddebb585fde5dadfc92 Mon Sep 17 00:00:00 2001 From: Sumit Madan Date: Tue, 12 Nov 2024 13:20:10 +0530 Subject: [PATCH] Added properties to the class. --- .../pantheon_apachesolr/Pantheon_Apache_Solr_Service.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/pantheon/pantheon_apachesolr/Pantheon_Apache_Solr_Service.php b/modules/pantheon/pantheon_apachesolr/Pantheon_Apache_Solr_Service.php index c06d8ad674..f88dcec8cb 100644 --- a/modules/pantheon/pantheon_apachesolr/Pantheon_Apache_Solr_Service.php +++ b/modules/pantheon/pantheon_apachesolr/Pantheon_Apache_Solr_Service.php @@ -104,7 +104,8 @@ class PantheonApacheSolrService implements DrupalApacheSolrServiceInterface{ protected $luke; protected $stats; protected $system_info; - + protected $system_info_cid; + protected $stats_cid; /** * Call the /admin/ping servlet, to test the connection to the server.