|
|
@@ -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)) {
|