diff --git a/game/scripts/game/main/actions/lostPassword.inc b/game/scripts/game/main/actions/lostPassword.inc index 3edbf8a..083f7fe 100644 --- a/game/scripts/game/main/actions/lostPassword.inc +++ b/game/scripts/game/main/actions/lostPassword.inc @@ -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; }