Merge pull request #10682 from nextcloud/backport/10680/stable13

[stable13] Update the scope of the lockdownmanager
This commit is contained in:
Roeland Jago Douma 2018-08-14 14:29:35 +02:00 committed by GitHub
commit 1a3a0b4617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -730,6 +730,9 @@ class Session implements IUserSession, Emitter {
return false;
}
// Update token scope
$this->lockdownManager->setToken($dbToken);
$this->tokenProvider->updateTokenActivity($dbToken);
return true;