Fix: list already load in trigger

This commit is contained in:
Regis Houssin 2017-09-21 12:19:14 +02:00
parent 01f9d59e75
commit 71fc5a99d6

View File

@ -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);