mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 21:34:35 -04:00
fix: Update the user's last activity on login action (#7406)
This commit is contained in:
@@ -164,6 +164,8 @@ class FreshRSS_auth_Controller extends FreshRSS_ActionController {
|
||||
|
||||
Minz_Translate::init(FreshRSS_Context::userConf()->language);
|
||||
|
||||
FreshRSS_UserDAO::touch();
|
||||
|
||||
// All is good, go back to the original request or the index.
|
||||
$url = Minz_Url::unserialize(Minz_Request::paramString('original_request'));
|
||||
if (empty($url)) {
|
||||
|
||||
Reference in New Issue
Block a user