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:
@@ -899,7 +899,7 @@ switch ($mode)
|
||||
$notify_type = NOTIFY_EMAIL;
|
||||
}
|
||||
|
||||
$messenger->anti_abuse_headers();
|
||||
$messenger->anti_abuse_headers($config, $user);
|
||||
|
||||
$messenger->assign_vars(array(
|
||||
'BOARD_CONTACT' => $config['board_contact'],
|
||||
|
Reference in New Issue
Block a user