diff options
-rw-r--r-- | phpBB/includes/functions_messenger.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_messenger.php b/phpBB/includes/functions_messenger.php index 06da2f0999..190975a96b 100644 --- a/phpBB/includes/functions_messenger.php +++ b/phpBB/includes/functions_messenger.php @@ -368,7 +368,7 @@ class messenger if (empty($this->from)) { - $this->from = '<' . $config['board_conact'] . '>'; + $this->from = '<' . $config['board_contact'] . '>'; } // Build to, cc and bcc strings |