Skip to content

Commit

Permalink
dont update the auth token twice
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Aug 26, 2016
1 parent 53725d4 commit def7f7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/private/User/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ private function checkTokenCredentials(IToken $dbToken, $token) {
return false;
}
$dbToken->setLastCheck($now);
$this->tokenProvider->updateToken($dbToken);
return true;
}

Expand Down

0 comments on commit def7f7d

Please sign in to comment.