Fix: call trigger is needed

This commit is contained in:
Regis Houssin 2011-11-30 19:04:59 +08:00
parent 75fc53f1f1
commit 7d0d4d595c

View File

@ -98,7 +98,7 @@ if (empty($reshook))
if ($result > 0)
{
$result2=$nuser->setPassword($user,$_POST["password"],0,1,1);
$result2=$nuser->setPassword($user,$_POST["password"],0,0,1);
if ($result2)
{
$db->commit();