diff options
author | Nils Adermann <naderman@naderman.de> | 2011-06-07 03:46:38 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-29 02:14:28 +0200 |
commit | 389bc0b8dd5594a9f66c1026df408dfe73eb65b0 (patch) | |
tree | 5bf933be6fc4d6455a60005a7e1070b7e1b19979 /phpBB/includes/acp | |
parent | d52f34f5ec5d006ec7e610e1c72266df21e70ac7 (diff) | |
download | forums-389bc0b8dd5594a9f66c1026df408dfe73eb65b0.tar forums-389bc0b8dd5594a9f66c1026df408dfe73eb65b0.tar.gz forums-389bc0b8dd5594a9f66c1026df408dfe73eb65b0.tar.bz2 forums-389bc0b8dd5594a9f66c1026df408dfe73eb65b0.tar.xz forums-389bc0b8dd5594a9f66c1026df408dfe73eb65b0.zip |
[ticket/10073] Replace board_contact mail with links to contact page
Error pages still contain the email address.
PHPBB3-10073
Diffstat (limited to 'phpBB/includes/acp')
-rw-r--r-- | phpBB/includes/acp/acp_email.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_email.php b/phpBB/includes/acp/acp_email.php index 63bfa3ac53..44489b90fe 100644 --- a/phpBB/includes/acp/acp_email.php +++ b/phpBB/includes/acp/acp_email.php @@ -201,7 +201,7 @@ class acp_email $messenger->set_mail_priority($priority); $messenger->assign_vars(array( - 'CONTACT_EMAIL' => $config['board_contact'], + 'CONTACT_EMAIL' => generate_board_url() . '/memberlist.' . $phpEx . '?mode=contactadmin', 'MESSAGE' => htmlspecialchars_decode($message)) ); |