Another change.

(cherry picked from commit 81bf5de)
This commit is contained in:
Darko
2015-07-06 09:57:57 +02:00
parent 6214e43608
commit 2cee397196
@@ -51,7 +51,7 @@ if ($user !== false) {
}
if ($result === false || $hash === false) {
$pdo->log->error('An error occured during update attempt.' . PHP_EOL . $pdo->errorInfo());
$pdo->log->error('An error occured during update attempt.' . PHP_EOL);
} else {
$pdo->log->headerOver("Updated {$user['username']}'s password hash to: ") . $pdo->log->primary("$hash");
}