Changed UMIF in order to enable all users to see the portal after installation

This commit is contained in:
Marc Alexander
2011-01-01 14:10:42 +00:00
parent 2f15bde4cc
commit 0df9698654

View File

@@ -70,7 +70,12 @@ $versions = array(
'permission_set' => array( 'permission_set' => array(
array('ADMINISTRATORS', 'a_manage_portal', 'group'), array('ADMINISTRATORS', 'a_manage_portal', 'group'),
array('REGISTERED', 'u_view_portal', 'group'), array('GUESTS', 'u_view_portal', 'group'),
array('REGISTERED_COPPA', 'u_view_portal', 'group'),
array('GLOBAL_MODERATORS', 'u_view_portal', 'group'),
array('ADMINISTRATORS', 'u_view_portal', 'group'),
array('BOTS', 'u_view_portal', 'group'),
array('NEWLY_REGISTERED ', 'u_view_portal', 'group'),
), ),
'table_add' => array( 'table_add' => array(
@@ -134,4 +139,4 @@ $versions = array(
); );
// Include the UMIL Auto file, it handles the rest // Include the UMIL Auto file, it handles the rest
include($phpbb_root_path . 'umil/umil_auto.' . $phpEx); include($phpbb_root_path . 'umil/umil_auto.' . $phpEx);