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:
@@ -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' => ''),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user