Merge pull request #8966 from hregis/7.0_bug6

Fix: MEMBER_MODIFY trigger not called if i change only extrafields
This commit is contained in:
Laurent Destailleur 2018-06-18 10:53:35 +02:00 committed by GitHub
commit 3c55e50bac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
{ {