From 61e827879746fe4c654deeb1369c79dabc4ef6e7 Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sun, 8 Jan 2006 18:30:00 +0000 Subject: Auth changes for these modules as per the schema from before git-svn-id: file:///svn/phpbb/trunk@5438 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/mcp/mcp_warn.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'phpBB/includes/mcp/mcp_warn.php') diff --git a/phpBB/includes/mcp/mcp_warn.php b/phpBB/includes/mcp/mcp_warn.php index ccb58f33a8..b9d33990ec 100755 --- a/phpBB/includes/mcp/mcp_warn.php +++ b/phpBB/includes/mcp/mcp_warn.php @@ -69,10 +69,10 @@ class mcp_warn_info 'title' => 'MCP_WARN', 'version' => '1.0.0', 'modes' => array( - 'front' => array('title' => 'MCP_WARN_FRONT', 'auth' => 'acl_m_'), - 'list' => array('title' => 'MCP_WARN_LIST', 'auth' => 'acl_m_'), - 'warn_user' => array('title' => 'MCP_WARN_USER', 'auth' => 'acl_m_'), - 'warn_post' => array('title' => 'MCP_WARN_POST', 'auth' => 'acl_m_'), + 'front' => array('title' => 'MCP_WARN_FRONT', 'auth' => ''), + 'list' => array('title' => 'MCP_WARN_LIST', 'auth' => ''), + 'warn_user' => array('title' => 'MCP_WARN_USER', 'auth' => ''), + 'warn_post' => array('title' => 'MCP_WARN_POST', 'auth' => 'acl_m_,$id'), ), ); } -- cgit v1.2.1