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

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