diff options
Diffstat (limited to 'phpBB/includes/mcp/mcp_notes.php')
-rwxr-xr-x | phpBB/includes/mcp/mcp_notes.php | 4 |
1 files changed, 2 insertions, 2 deletions
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' => ''), ), ); } |