diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-01-08 18:30:00 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-01-08 18:30:00 +0000 |
commit | 61e827879746fe4c654deeb1369c79dabc4ef6e7 (patch) | |
tree | bdd897f87c5e7169f80fb7ed661b090bb22bbeba /phpBB/includes/mcp/mcp_notes.php | |
parent | ea96595e4f1ecf8fdbba39e173ffcd002d7786c6 (diff) | |
download | forums-61e827879746fe4c654deeb1369c79dabc4ef6e7.tar forums-61e827879746fe4c654deeb1369c79dabc4ef6e7.tar.gz forums-61e827879746fe4c654deeb1369c79dabc4ef6e7.tar.bz2 forums-61e827879746fe4c654deeb1369c79dabc4ef6e7.tar.xz forums-61e827879746fe4c654deeb1369c79dabc4ef6e7.zip |
Auth changes for these modules as per the schema from before
git-svn-id: file:///svn/phpbb/trunk@5438 89ea8834-ac86-4346-8a33-228a782c2dd0
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' => ''), ), ); } |