mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
VKAPI: fix account.setOnline (#649)
This commit is contained in:
parent
5bae9d224d
commit
ccaae41dcd
1 changed files with 2 additions and 1 deletions
|
@ -45,6 +45,7 @@ final class Account extends VKAPIRequestHandler
|
||||||
$this->requireUser();
|
$this->requireUser();
|
||||||
|
|
||||||
$this->getUser()->setOnline(time());
|
$this->getUser()->setOnline(time());
|
||||||
|
$this->getUser()->save();
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue