From 64ce9d221844bbbe0d2666f2202739ab625bf19b Mon Sep 17 00:00:00 2001 From: kasimi Date: Fri, 17 Apr 2020 16:28:50 +0200 Subject: [PATCH] [ticket/16448] Added $phpbb_dispatcher PHPBB3-16448 --- phpBB/includes/functions_mcp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();