fix: fix transaction reset after mail failure
This commit is contained in:
parent
0a5b8254cd
commit
b9bae69e6a
1 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,8 @@ class main_lostPassword {
|
|||
));
|
||||
|
||||
if (!$rv) {
|
||||
$this->db->end(true); $this->db->start();
|
||||
$this->db->end(true);
|
||||
$this->db->begin();
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue