[ticket/16448] Added $phpbb_dispatcher

PHPBB3-16448
This commit is contained in:
kasimi 2020-04-17 16:28:50 +02:00
parent cd85541e19
commit 64ce9d2218
No known key found for this signature in database
GPG key ID: 3163AB573241193A

View file

@ -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();