Merge branch 'master' into feature-complete-russian-and-azerbaijani-translations

This commit is contained in:
objecttothis authored and GitHub committed 2026-08-25 18:23:21 +04:00
commit c3cc3eaf71
1 file changed
+1 -1
+1 -1
View File
@@ -29,7 +29,7 @@ class Email_lib
$encrypter = Services::encrypter();
$smtp_pass = $this->config['smtp_pass'] ?? '';
if (!empty($smtp_pass) && check_encryption()) {
if (!empty($smtp_pass) && checkEncryption()) {
try {
$smtp_pass = $encrypter->decrypt($smtp_pass);
} catch (\EncryptionException $e) {