Fix: call trigger is needed
This commit is contained in:
parent
75fc53f1f1
commit
7d0d4d595c
@ -98,7 +98,7 @@ if (empty($reshook))
|
|||||||
|
|
||||||
if ($result > 0)
|
if ($result > 0)
|
||||||
{
|
{
|
||||||
$result2=$nuser->setPassword($user,$_POST["password"],0,1,1);
|
$result2=$nuser->setPassword($user,$_POST["password"],0,0,1);
|
||||||
if ($result2)
|
if ($result2)
|
||||||
{
|
{
|
||||||
$db->commit();
|
$db->commit();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user