diff --git a/acp/portal_info.php b/acp/portal_info.php index b29ce3f2..515e1709 100644 --- a/acp/portal_info.php +++ b/acp/portal_info.php @@ -19,10 +19,10 @@ class portal_info return array( 'filename' => '\board3\portal\acp\portal_module', 'title' => 'ACP_PORTAL', - 'version' => '2.0.1-rc1', + 'version' => '2.1.0', 'modes' => array( - 'config' => array('title' => 'ACP_PORTAL_GENERAL_INFO', 'auth' => 'acl_a_manage_portal', 'cat' => array('ACP_PORTAL')), - 'modules' => array('title' => 'ACP_PORTAL_MODULES', 'auth' => 'acl_a_manage_portal', 'cat' => array('ACP_PORTAL')), + 'config' => array('title' => 'ACP_PORTAL_GENERAL_INFO', 'auth' => 'ext_board3/portal && acl_a_manage_portal', 'cat' => array('ACP_PORTAL')), + 'modules' => array('title' => 'ACP_PORTAL_MODULES', 'auth' => 'ext_board3/portal && acl_a_manage_portal', 'cat' => array('ACP_PORTAL')), ), ); }