fixed indent

This commit is contained in:
Neozonz 2013-12-30 09:17:22 -08:00
parent e3db7e0a02
commit 5e401bd6dd

View File

@ -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 = ? )");