mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
We want our PM spam back. Fix a regression introduced in r8913, preventing users from sending PMs. #34525
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8934 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
936f7d43f0
commit
0cd7d50fb9
1 changed files with 0 additions and 3 deletions
|
@ -415,9 +415,6 @@ function compose_pm($id, $mode, $action)
|
||||||
|
|
||||||
$max_recipients = (!$max_recipients) ? $config['pm_max_recipients'] : $max_recipients;
|
$max_recipients = (!$max_recipients) ? $config['pm_max_recipients'] : $max_recipients;
|
||||||
|
|
||||||
// Damn php and globals - i know, this is horrible
|
|
||||||
global $refresh, $submit, $preview;
|
|
||||||
|
|
||||||
// Handle User/Group adding/removing
|
// Handle User/Group adding/removing
|
||||||
handle_message_list_actions($address_list, $error, $remove_u, $remove_g, $add_to, $add_bcc);
|
handle_message_list_actions($address_list, $error, $remove_u, $remove_g, $add_to, $add_bcc);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue