mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:11:47 +02:00
[ticket/16448] Added $phpbb_dispatcher
PHPBB3-16448
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user