1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 10:01:55 +02:00

[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

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