]> git.mxchange.org Git - friendica.git/blobdiff - src/Security/OAuth.php
Check for last-activity value before feeding it to strtotime in Module\NoScrape
[friendica.git] / src / Security / OAuth.php
index 54b412735a70247a5017b53507f4b928a919a8ff..27a3dfa11b2328f83c1cc60f6b86dfe98bafd6e0 100644 (file)
@@ -104,7 +104,7 @@ class OAuth
                }
                Logger::debug('Token found', $token);
 
-//             User::updateLastActivity($token['uid']);
+               User::updateLastActivity($token['uid']);
 
                // Regularly update suggestions
                if (Contact\Relation::areSuggestionsOutdated($token['uid'])) {