fixed indent
This commit is contained in:
parent
e3db7e0a02
commit
5e401bd6dd
@ -176,7 +176,7 @@ public function generatePin($userID, $current) {
|
||||
$aData['username'] = $username;
|
||||
$aData['email'] = $email;
|
||||
$aData['pin'] = $newpin;
|
||||
$newpin = $this->getHash($newpin);
|
||||
$newpin = $this->getHash($newpin);
|
||||
$aData['subject'] = 'PIN Reset Request';
|
||||
$stmt = $this->mysqli->prepare("UPDATE $this->table SET pin = ? WHERE ( id = ? AND pass = ? )");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user