mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 15:45:34 +02:00
[ticket/12801] missing $phpbb_dispatcher as a global
PHPBB3-12801
This commit is contained in:
parent
4629ebfc4f
commit
acaa1fe59c
@ -893,7 +893,7 @@ function posting_gen_attachment_entry($attachment_data, &$filename_data, $show_a
|
||||
function load_drafts($topic_id = 0, $forum_id = 0, $id = 0, $pm_action = '', $msg_id = 0)
|
||||
{
|
||||
global $user, $db, $template, $auth;
|
||||
global $phpbb_root_path, $phpEx;
|
||||
global $phpbb_root_path, $phpbb_dispatcher, $phpEx;
|
||||
|
||||
$topic_ids = $forum_ids = $draft_rows = array();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user