aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/authController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/authController.php')
-rw-r--r--app/Controllers/authController.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Controllers/authController.php b/app/Controllers/authController.php
index d263d6486..6b6a92c31 100644
--- a/app/Controllers/authController.php
+++ b/app/Controllers/authController.php
@@ -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)) {