Fix: list already load in trigger
This commit is contained in:
parent
01f9d59e75
commit
71fc5a99d6
@ -154,10 +154,6 @@ if ($action == 'update' && $user->rights->adherent->configurer)
|
|||||||
{
|
{
|
||||||
$object->fetch($rowid);
|
$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->oldcopy = clone $object;
|
||||||
|
|
||||||
$object->label = trim($label);
|
$object->label = trim($label);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user