Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
fix: call to wrong method takelogin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
darkalchemy committed Oct 27, 2018
1 parent d469b5d commit 582e9d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
26 Oct, 2018
update: version to v0.4
fix: call to wrong method takelogin.php
fix: send message to user when login failed takelogin.php
update: show client and peer id view_peers.php
remove: unused/duplicate functions scrape.php
Expand Down
2 changes: 1 addition & 1 deletion public/takelogin.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function bark($text = 'Username or password incorrect')
$set = [
'passhash' => make_passhash($password),
];
$user_stuffs->set($set, $row['id']);
$user_stuffs->update($set, $row['id']);
}
}

Expand Down

0 comments on commit 582e9d6

Please sign in to comment.