From 595bed3354c4873a8b4bca35bcd76a3c74ea12ad Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 1 Jan 2007 12:56:14 +0000 Subject: fix typo git-svn-id: file:///svn/phpbb/trunk@6827 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_messenger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes') 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 -- cgit v1.2.1