From c4ca5069141d0cb657c9e6e08dcebb94135b7de4 Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Fri, 15 Nov 2024 13:06:22 -0800 Subject: [PATCH] correct function --- .../src/Form/PantheonSolrAdminForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/search_api_pantheon_admin/src/Form/PantheonSolrAdminForm.php b/modules/search_api_pantheon_admin/src/Form/PantheonSolrAdminForm.php index c7e41176..f77d91ff 100644 --- a/modules/search_api_pantheon_admin/src/Form/PantheonSolrAdminForm.php +++ b/modules/search_api_pantheon_admin/src/Form/PantheonSolrAdminForm.php @@ -83,7 +83,7 @@ public function buildForm( if (is_array($file_contents)) { $file_contents = json_encode($file_contents); } - + $form[$filename][] = $this->getViewSolrFile($filename, $file_contents, $is_open); $is_open = FALSE; }