1
1
Fork 0
mirror of https://github.com/openvk/openvk synced 2025-03-29 12:48:32 +03:00

VKAPI: fix account.setOnline ()

This commit is contained in:
El psy congroo desu 2022-08-13 07:41:59 +05:00 committed by GitHub
parent 5bae9d224d
commit ccaae41dcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,8 @@ final class Account extends VKAPIRequestHandler
$this->requireUser();
$this->getUser()->setOnline(time());
$this->getUser()->save();
return 1;
}