mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
fix typo
git-svn-id: file:///svn/phpbb/trunk@6827 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -368,7 +368,7 @@ class messenger
|
|||||||
|
|
||||||
if (empty($this->from))
|
if (empty($this->from))
|
||||||
{
|
{
|
||||||
$this->from = '<' . $config['board_conact'] . '>';
|
$this->from = '<' . $config['board_contact'] . '>';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Build to, cc and bcc strings
|
// Build to, cc and bcc strings
|
||||||
|
Reference in New Issue
Block a user