diff --git a/phpBB/includes/functions_mcp.php b/phpBB/includes/functions_mcp.php index 2c198e54df..b3e12e78e4 100644 --- a/phpBB/includes/functions_mcp.php +++ b/phpBB/includes/functions_mcp.php @@ -197,7 +197,7 @@ function phpbb_get_topic_data($topic_ids, $acl_list = false, $read_tracking = fa */ function phpbb_get_post_data($post_ids, $acl_list = false, $read_tracking = false) { - global $db, $auth, $config, $user, $phpbb_container; + global $db, $auth, $config, $user, $phpbb_dispatcher, $phpbb_container; $rowset = array();