Skip to content

Commit

Permalink
fixing small error
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Nov 18, 2024
1 parent b536c0c commit 960f329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search_api_pantheon.module
Original file line number Diff line number Diff line change
Expand Up @@ -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.'));
}

0 comments on commit 960f329

Please sign in to comment.