Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed missing $addRequest definition
$addrequest= missed on line 239 `php if ($addRequest = $this->addRequest($query->fetch(PDO::FETCH_ASSOC)['id'], $email, "reset")['error'] == 1) ` but due to the way the line of the code is writen, this won't work on my server. fixed it by defining $addRequest separatly
- Loading branch information