Update method and constant name

MAILPOET-4760
This commit is contained in:
Oluwaseun Olorunsola
2022-11-28 17:06:34 +01:00
committed by Aschepikov
parent 9b9f61bf13
commit 53dda33c02
4 changed files with 12 additions and 12 deletions

View File

@ -372,7 +372,7 @@ class Settings extends APIEndpoint {
// when the user switch to a new sending method
// do not display the DisabledMailFunctionNotice
$this->settings->set(DisabledMailFunctionNotice::QUEUE_DISABLED_MAIL_FUNCTION_CHECK, false);
$this->settings->set(DisabledMailFunctionNotice::OPTION_NAME, false); // do not display notice
$this->settings->set(DisabledMailFunctionNotice::DISABLED_MAIL_FUNCTION_CHECK, false); // do not display notice
}
}