Skip to content

Commit

Permalink
[ticket/13966] Adds the missing phpbb_dispatcher to includes/mcp/mcp_…
Browse files Browse the repository at this point in the history
…post

PHPBB3-13966
  • Loading branch information
Crizz0 committed Jun 25, 2015
1 parent 84bbd44 commit ef6af26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpBB/includes/mcp/mcp_post.php
Expand Up @@ -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'])
{
Expand Down

0 comments on commit ef6af26

Please sign in to comment.