diff --git a/upload/modules/auth.php b/upload/modules/auth.php index 0bd934f..b89e1a2 100644 --- a/upload/modules/auth.php +++ b/upload/modules/auth.php @@ -75,7 +75,7 @@ setcookie("mcr_user", $new_hash, $safetime, '/'); // Лог действия - $this->db->actlog($this->lng['log_auth'], $this->user->id); + $this->db->actlog($this->lng['log_auth'], $uid); $this->core->notify($this->core->lng['e_success'], $this->lng['e_success'], 3); }