mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user