Fixed [acp last_activity wrong] in admin.php?users/1234/edit

Marcus

Well-known member
Affected version
beta 5
A user just purchased a user upgrade, but its displayed he was last online in 2016

I have seen actually users browsing my forum also as "last online a long time ago" in beta 4 (acp).
 
Last edited:
It's technically not incorrect, nor inconsistent with XF1 which had the same behaviour.

The last activity value displayed is what is in the xf_user table for the user; this is only updated periodically.

The change we've made will now see this coming from the xf_session_activity table if the user is active, or from the cached value in xf_user if not.
 
Top Bottom