diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-09-10 14:22:17 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-09-10 14:22:17 +0000 |
| commit | 73f10b93b39b2424c1eca9b9b52ea9e28b04987b (patch) | |
| tree | 69e839cd2e9bc8983d89ef271ec5ba8c37986837 /phpBB/posting.php | |
| parent | 329c1fd90bed918f8392e816046d4b18cccf3e95 (diff) | |
| download | forums-73f10b93b39b2424c1eca9b9b52ea9e28b04987b.tar forums-73f10b93b39b2424c1eca9b9b52ea9e28b04987b.tar.gz forums-73f10b93b39b2424c1eca9b9b52ea9e28b04987b.tar.bz2 forums-73f10b93b39b2424c1eca9b9b52ea9e28b04987b.tar.xz forums-73f10b93b39b2424c1eca9b9b52ea9e28b04987b.zip | |
Missed a couple of config name changes
git-svn-id: file:///svn/phpbb/trunk@1023 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
| -rw-r--r-- | phpBB/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index 60501aeeae..6cd576fc36 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -751,7 +751,7 @@ if( ( $submit || $confirm ) && !$error ) { if( $email_set[$i]['user_email'] != "") { - $email_headers = "From: " . $board_config['email_sig'] . "\nReturn-Path: " . $board_config['board_email'] . "\r\n"; + $email_headers = "From: " . $board_config['board_email'] . "\nReturn-Path: " . $board_config['board_email'] . "\r\n"; $emailer->use_template("topic_notify"); $emailer->email_address($email_set[$i]['user_email']); |
