Fix: MEMBER_MODIFY trigger not called if i change only extrafields

This commit is contained in:
Regis Houssin 2018-06-14 14:01:05 +02:00
parent e18a5d148c
commit f9a86ba43f

View File

@ -599,6 +599,7 @@ class Adherent extends CommonObject
$error++; $error++;
} }
} }
}
if (! $error && ! $notrigger) if (! $error && ! $notrigger)
{ {
@ -607,7 +608,6 @@ class Adherent extends CommonObject
if ($result < 0) { $error++; } if ($result < 0) { $error++; }
// End call triggers // End call triggers
} }
}
if (! $error) if (! $error)
{ {