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.')); }