diff options
author | Chris Smith <toonarmy@phpbb.com> | 2008-09-24 18:39:50 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2008-09-24 18:39:50 +0000 |
commit | 0cd7d50fb99338ea66888be62b20e0b51517e9f7 (patch) | |
tree | 9277d4fa23e9470f04e9d6dc6dcfc2a562673426 /phpBB | |
parent | 936f7d43f0635b59b4eb7fcdff4d04b37ea03c21 (diff) | |
download | forums-0cd7d50fb99338ea66888be62b20e0b51517e9f7.tar forums-0cd7d50fb99338ea66888be62b20e0b51517e9f7.tar.gz forums-0cd7d50fb99338ea66888be62b20e0b51517e9f7.tar.bz2 forums-0cd7d50fb99338ea66888be62b20e0b51517e9f7.tar.xz forums-0cd7d50fb99338ea66888be62b20e0b51517e9f7.zip |
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
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/ucp/ucp_pm_compose.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_compose.php b/phpBB/includes/ucp/ucp_pm_compose.php index 75683abfba..69ff8a1c2a 100644 --- a/phpBB/includes/ucp/ucp_pm_compose.php +++ b/phpBB/includes/ucp/ucp_pm_compose.php @@ -415,9 +415,6 @@ function compose_pm($id, $mode, $action) $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_message_list_actions($address_list, $error, $remove_u, $remove_g, $add_to, $add_bcc); |