diff --git a/phpBB/mcp.php b/phpBB/mcp.php index 1667c434fb..f9d46db528 100644 --- a/phpBB/mcp.php +++ b/phpBB/mcp.php @@ -136,6 +136,7 @@ if ($forum_id && !$auth->acl_get('f_read', $forum_id)) { trigger_error('NOT_AUTHORISED'); } + /** * Allow applying additional permissions to MCP access besides f_read *