From ef6af2682b42eb764b24b13a700192fff88d5736 Mon Sep 17 00:00:00 2001 From: Crizzo Date: Thu, 25 Jun 2015 22:22:56 +0200 Subject: [PATCH] [ticket/13966] Adds the missing phpbb_dispatcher to includes/mcp/mcp_post PHPBB3-13966 --- phpBB/includes/mcp/mcp_post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/mcp/mcp_post.php b/phpBB/includes/mcp/mcp_post.php index f0fc0a3f066..0d1df2b9379 100644 --- a/phpBB/includes/mcp/mcp_post.php +++ b/phpBB/includes/mcp/mcp_post.php @@ -461,7 +461,7 @@ function mcp_post_details($id, $mode, $action) */ function change_poster(&$post_info, $userdata) { - global $auth, $db, $config, $phpbb_root_path, $phpEx, $user; + global $auth, $db, $config, $phpbb_root_path, $phpEx, $user, $phpbb_dispatcher; if (empty($userdata) || $userdata['user_id'] == $post_info['user_id']) {