Fix: add log debug for test the trigger

This commit is contained in:
Regis Houssin 2011-01-05 09:44:36 +00:00
parent 790bc7b7f3
commit 3af5b852d3

View File

@ -1255,6 +1255,8 @@ class User extends CommonObject
} }
} }
dol_syslog("User::setPassword notrigger=".$notrigger." error=".$error,LOG_DEBUG);
if (! $error && ! $notrigger) if (! $error && ! $notrigger)
{ {
// Appel des triggers // Appel des triggers