1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/10446] Pass $config and $user via parameter to anti_abuse_headers().

PHPBB3-10446
This commit is contained in:
Andreas Fischer
2011-11-20 16:35:31 +01:00
parent a7077c9149
commit 37c7668193
10 changed files with 18 additions and 15 deletions

View File

@@ -195,7 +195,7 @@ class acp_email
$messenger->template('admin_send_email', $used_lang);
$messenger->anti_abuse_headers();
$messenger->anti_abuse_headers($config, $user);
$messenger->subject(htmlspecialchars_decode($subject));
$messenger->set_mail_priority($priority);