From 71fc5a99d6c08758f80c394122aa88be7c86ae0d Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 21 Sep 2017 12:19:14 +0200 Subject: [PATCH] Fix: list already load in trigger --- htdocs/adherents/type.php | 4 ---- 1 file changed, 4 deletions(-) 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);