aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/info/mcp_notes.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/mcp/info/mcp_notes.php')
-rw-r--r--phpBB/includes/mcp/info/mcp_notes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/mcp/info/mcp_notes.php b/phpBB/includes/mcp/info/mcp_notes.php
index 0f19125131..693bd62218 100644
--- a/phpBB/includes/mcp/info/mcp_notes.php
+++ b/phpBB/includes/mcp/info/mcp_notes.php
@@ -20,8 +20,8 @@ class mcp_notes_info
'title' => 'MCP_NOTES',
'version' => '1.0.0',
'modes' => array(
- 'front' => array('title' => 'MCP_NOTES_FRONT', 'auth' => ''),
- 'user_notes' => array('title' => 'MCP_NOTES_USER', 'auth' => ''),
+ 'front' => array('title' => 'MCP_NOTES_FRONT', 'auth' => '', 'cat' => array('MCP_NOTES')),
+ 'user_notes' => array('title' => 'MCP_NOTES_USER', 'auth' => '', 'cat' => array('MCP_NOTES')),
),
);
}