mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/16448] Added $phpbb_dispatcher
PHPBB3-16448
This commit is contained in:
parent
cd85541e19
commit
64ce9d2218
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue