diff --git a/phpBB/includes/mcp/mcp_main.php b/phpBB/includes/mcp/mcp_main.php index cbe8227bae..ef92a41399 100644 --- a/phpBB/includes/mcp/mcp_main.php +++ b/phpBB/includes/mcp/mcp_main.php @@ -962,10 +962,10 @@ class mcp_main_info 'title' => 'MCP_MAIN', 'version' => '1.0.0', 'modes' => array( - 'front' => array('title' => 'MCP_MAIN_FRONT', 'auth' => 'acl_m_'), - 'forum_view' => array('title' => 'MCP_MAIN_FORUM_VIEW', 'auth' => 'acl_m_'), - 'topic_view' => array('title' => 'MCP_MAIN_TOPIC_VIEW', 'auth' => 'acl_m_'), - 'post_details' => array('title' => 'MCP_MAIN_POST_DETAILS', 'auth' => 'acl_m_'), + 'front' => array('title' => 'MCP_MAIN_FRONT', 'auth' => ''), + 'forum_view' => array('title' => 'MCP_MAIN_FORUM_VIEW', 'auth' => 'acl_m_,$id'), + 'topic_view' => array('title' => 'MCP_MAIN_TOPIC_VIEW', 'auth' => 'acl_m_,$id'), + 'post_details' => array('title' => 'MCP_MAIN_POST_DETAILS', 'auth' => 'acl_m_,$id'), ), ); } diff --git a/phpBB/includes/mcp/mcp_notes.php b/phpBB/includes/mcp/mcp_notes.php index 5d73941f60..0be85c67ee 100755 --- a/phpBB/includes/mcp/mcp_notes.php +++ b/phpBB/includes/mcp/mcp_notes.php @@ -66,8 +66,8 @@ class mcp_notes_info 'title' => 'MCP_NOTES', 'version' => '1.0.0', 'modes' => array( - 'front' => array('title' => 'MCP_NOTES_FRONT', 'auth' => 'acl_m_'), - 'user_notes' => array('title' => 'MCP_NOTES_USER', 'auth' => 'acl_m_'), + 'front' => array('title' => 'MCP_NOTES_FRONT', 'auth' => ''), + 'user_notes' => array('title' => 'MCP_NOTES_USER', 'auth' => ''), ), ); } diff --git a/phpBB/includes/mcp/mcp_warn.php b/phpBB/includes/mcp/mcp_warn.php index ccb58f33a8..b9d33990ec 100755 --- a/phpBB/includes/mcp/mcp_warn.php +++ b/phpBB/includes/mcp/mcp_warn.php @@ -69,10 +69,10 @@ class mcp_warn_info 'title' => 'MCP_WARN', 'version' => '1.0.0', 'modes' => array( - 'front' => array('title' => 'MCP_WARN_FRONT', 'auth' => 'acl_m_'), - 'list' => array('title' => 'MCP_WARN_LIST', 'auth' => 'acl_m_'), - 'warn_user' => array('title' => 'MCP_WARN_USER', 'auth' => 'acl_m_'), - 'warn_post' => array('title' => 'MCP_WARN_POST', 'auth' => 'acl_m_'), + 'front' => array('title' => 'MCP_WARN_FRONT', 'auth' => ''), + 'list' => array('title' => 'MCP_WARN_LIST', 'auth' => ''), + 'warn_user' => array('title' => 'MCP_WARN_USER', 'auth' => ''), + 'warn_post' => array('title' => 'MCP_WARN_POST', 'auth' => 'acl_m_,$id'), ), ); }