diff options
| author | 2016-11-05 20:48:46 +0100 | |
|---|---|---|
| committer | 2016-11-05 20:48:46 +0100 | |
| commit | aeda49a7d271c2196fcba0d3b2b15d31ad0b33b5 (patch) | |
| tree | 5913bdb716f5e3025963bcc9dc93c34c4d521601 /app/Models/Auth.php | |
| parent | 28bb2813f3121a7c992eba279d0c566269d619aa (diff) | |
Add CLI for user information + Fix last user activity
https://github.com/FreshRSS/FreshRSS/issues/1345
Diffstat (limited to 'app/Models/Auth.php')
| -rw-r--r-- | app/Models/Auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Auth.php b/app/Models/Auth.php index b93942e19..3313fdf3f 100644 --- a/app/Models/Auth.php +++ b/app/Models/Auth.php @@ -25,7 +25,7 @@ class FreshRSS_Auth { self::giveAccess(); } elseif (self::accessControl()) { self::giveAccess(); - FreshRSS_UserDAO::touch($current_user); + FreshRSS_UserDAO::touch(); } else { // Be sure all accesses are removed! self::removeAccess(); |
