diff --git a/htdocs/adherents/type.php b/htdocs/adherents/type.php index ee9f9b2f3c8..b59d8b7530d 100644 --- a/htdocs/adherents/type.php +++ b/htdocs/adherents/type.php @@ -154,10 +154,6 @@ if ($action == 'update' && $user->rights->adherent->configurer) { $object->fetch($rowid); - if (! empty($conf->global->LDAP_MEMBER_TYPE_ACTIVE) && (string) $conf->global->LDAP_MEMBER_TYPE_ACTIVE == '1') { - $object->listMembersForMemberType(); - } - $object->oldcopy = clone $object; $object->label = trim($label);