summaryrefslogtreecommitdiffstats
path: root/Auth.php
diff options
context:
space:
mode:
Diffstat (limited to 'Auth.php')
-rw-r--r--Auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth.php b/Auth.php
index 69611a6..d20a707 100644
--- a/Auth.php
+++ b/Auth.php
@@ -791,7 +791,7 @@ class Auth
if ($sendmail === true) {
// Check configuration for SMTP parameters
$mail = new PHPMailer;
- $mail->CharSet = $this->$config->mail_charset;
+ $mail->CharSet = $this->config->mail_charset;
if ($this->config->smtp) {
$mail->isSMTP();
$mail->Host = $this->config->smtp_host;