diff --git a/root/install/index.php b/root/install/index.php index d6d75008..881065cd 100644 --- a/root/install/index.php +++ b/root/install/index.php @@ -111,7 +111,7 @@ $versions = array( 'module_basename' => 'portal', 'module_langname' => 'ACP_PORTAL_GENERAL_INFO', 'module_mode' => 'config', - 'module_auth' => 'acl_a_portal', + 'module_auth' => 'acl_a_manage_portal', ), ), @@ -119,7 +119,7 @@ $versions = array( 'module_basename' => 'portal', 'module_langname' => 'ACP_PORTAL_MODULES', 'module_mode' => 'modules', - 'module_auth' => 'acl_a_portal', + 'module_auth' => 'acl_a_manage_portal', ), ), ),