Skip to content
Snippets Groups Projects
Commit 3af5b852 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: add log debug for test the trigger

parent 790bc7b7
No related branches found
No related tags found
No related merge requests found
......@@ -1254,6 +1254,8 @@ class User extends CommonObject
$error++;
}
}
dol_syslog("User::setPassword notrigger=".$notrigger." error=".$error,LOG_DEBUG);
if (! $error && ! $notrigger)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment