From acaa1fe59c638f327f7e5a8d18d847e1e10a1c3f Mon Sep 17 00:00:00 2001 From: brunoais Date: Sun, 20 Jul 2014 09:19:23 +0100 Subject: [PATCH] [ticket/12801] missing $phpbb_dispatcher as a global PHPBB3-12801 --- phpBB/includes/functions_posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 913071ec4f..b4db785c61 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -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();