Merge pull request #3093 from jonas32/fix-settings-match
Fixed missing default in settings match
This commit is contained in:
commit
bad5f5a5dd
|
|
@ -162,6 +162,7 @@ abstract class SettingController extends Controller
|
|||
'email.smtp_username' => 'MAIL_USERNAME',
|
||||
'email.smtp_password' => 'MAIL_PASSWORD',
|
||||
'email.smtp_encryption' => 'MAIL_ENCRYPTION',
|
||||
default => '',
|
||||
};
|
||||
|
||||
if (empty($key)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue