diff options
author | kinerity <kinerity@yahoo.com> | 2018-09-22 23:04:18 -0400 |
---|---|---|
committer | kinerity <kinerity@yahoo.com> | 2018-09-23 00:33:58 -0400 |
commit | eb867fc62311970118d9c340c16073dbc01805b0 (patch) | |
tree | 23ea453077b6f756844b0b0674dbb7c21bd284af | |
parent | 8ed759545e6f272ce7236b25e7cd34301455fdeb (diff) | |
download | forums-eb867fc62311970118d9c340c16073dbc01805b0.tar forums-eb867fc62311970118d9c340c16073dbc01805b0.tar.gz forums-eb867fc62311970118d9c340c16073dbc01805b0.tar.bz2 forums-eb867fc62311970118d9c340c16073dbc01805b0.tar.xz forums-eb867fc62311970118d9c340c16073dbc01805b0.zip |
[ticket/15803] Global $phpbb_dispatcher
PHPBB3-15803
-rw-r--r-- | phpBB/includes/ucp/ucp_pm_compose.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_compose.php b/phpBB/includes/ucp/ucp_pm_compose.php index 0dfe6e813c..eeb77c3973 100644 --- a/phpBB/includes/ucp/ucp_pm_compose.php +++ b/phpBB/includes/ucp/ucp_pm_compose.php @@ -1260,7 +1260,7 @@ function compose_pm($id, $mode, $action, $user_folders = array()) function handle_message_list_actions(&$address_list, &$error, $remove_u, $remove_g, $add_to, $add_bcc) { global $auth, $db, $user; - global $request; + global $request, $phpbb_dispatcher; // Delete User [TO/BCC] if ($remove_u && $request->variable('remove_u', array(0 => ''))) |