summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
Diffstat (limited to 'settings')
-rw-r--r--settings/Controller/CheckSetupController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/Controller/CheckSetupController.php b/settings/Controller/CheckSetupController.php
index fa4ed57ab95..cc9cb17388e 100644
--- a/settings/Controller/CheckSetupController.php
+++ b/settings/Controller/CheckSetupController.php
@@ -530,7 +530,7 @@ Raw output
}
protected function isPhpMailerUsed(): bool {
- return $this->config->getSystemValue('mail_smtpmode', 'php') === 'php';
+ return $this->config->getSystemValue('mail_smtpmode') === 'php';
}
protected function hasOpcacheLoaded(): bool {