From 960f32959d39da9451e49c1f539af374a8564e2b Mon Sep 17 00:00:00 2001 From: Tom Stovall Date: Mon, 18 Nov 2024 10:30:33 -0800 Subject: [PATCH] fixing small error --- search_api_pantheon.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search_api_pantheon.module b/search_api_pantheon.module index 6a470fb..6d3088d 100644 --- a/search_api_pantheon.module +++ b/search_api_pantheon.module @@ -25,5 +25,5 @@ function search_api_pantheon_form_submit($form, &$form_state) { } $rl->reloadServer() ? $messenger->addStatus(t('Core reloaded successfully.')) : - $messenger->addError((t('Core reload failed.')); + $messenger->addError(t('Core reload failed.')); }