Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix comment
Signed-off-by: Akhil <[email protected]>
  • Loading branch information
akhil1508 committed Mar 21, 2023
commit 5d64fe0ea65e1ad1324c85c53f2f17c956b5fc1b
2 changes: 1 addition & 1 deletion lib/private/User/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public function updateLastLoginTimestamp() {
}

/**
* updates the timestamp of the most recent login of this user
* updates the timestamp of the first login of this user
*/
public function updateFirstLoginTimestamp(int $timestamp) {
$this->firstLogin = $timestamp;
Expand Down