move trigger

This commit is contained in:
Regis Houssin 2011-09-03 16:44:34 +00:00
parent 87d0919e17
commit f8a8417077

View File

@ -1135,6 +1135,7 @@ class User extends CommonObject
$error++; $error++;
} }
} }
}
if (! $error && ! $notrigger) if (! $error && ! $notrigger)
{ {
@ -1145,7 +1146,6 @@ class User extends CommonObject
if ($result < 0) { $error++; $this->errors=$interface->errors; } if ($result < 0) { $error++; $this->errors=$interface->errors; }
// Fin appel triggers // Fin appel triggers
} }
}
if (! $error) if (! $error)
{ {