Fix the warning appearing check setup when mail_smtpmode is not configured.
Closes #11107
This commit is contained in:
parent
079e59dd4b
commit
dba617ada3
|
@ -529,7 +529,7 @@ Raw output
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function isPhpMailerUsed(): bool {
|
protected function isPhpMailerUsed(): bool {
|
||||||
return $this->config->getSystemValue('mail_smtpmode', 'php') === 'php';
|
return $this->config->getSystemValue('mail_smtpmode') === 'php';
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function hasOpcacheLoaded(): bool {
|
protected function hasOpcacheLoaded(): bool {
|
||||||
|
|
Loading…
Reference in New Issue