1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

Auth changes for these modules as per the schema from before

git-svn-id: file:///svn/phpbb/trunk@5438 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2006-01-08 18:30:00 +00:00
parent ea96595e4f
commit 61e8278797
3 changed files with 10 additions and 10 deletions

View File

@@ -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' => ''),
),
);
}