mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 15:01:33 +02:00
[ticket/10073] Replace board_contact mail with links to contact page
Error pages still contain the email address. PHPBB3-10073
This commit is contained in:
committed by
Joas Schilling
parent
d52f34f5ec
commit
389bc0b8dd
@@ -393,7 +393,7 @@ switch ($mode)
|
||||
$messenger->set_addresses($row);
|
||||
|
||||
$messenger->assign_vars(array(
|
||||
'BOARD_CONTACT' => $config['board_contact'],
|
||||
'BOARD_CONTACT' => generate_board_url() . '/memberlist.' . $phpEx . '?mode=contactadmin',
|
||||
'FROM_USERNAME' => htmlspecialchars_decode($user->data['username']),
|
||||
'TO_USERNAME' => htmlspecialchars_decode($row['username']),
|
||||
'MESSAGE' => htmlspecialchars_decode($message))
|
||||
|
Reference in New Issue
Block a user