Update User\Save

This commit is contained in:
Visman 2021-12-04 20:28:32 +07:00
parent f40acc344f
commit fabe431bf8

View file

@ -38,7 +38,7 @@ class Save extends Action
) {
$fileds = $this->c->dbMap->online;
$table = 'online';
$where = 'user_id=1 AND ident=?s';
$where = 'user_id=0 AND ident=?s';
} else {
$fileds = $this->c->dbMap->users;
$table = 'users';