mirror of
https://github.com/nextcloud/server.git
synced 2026-07-05 12:34:39 +02:00
353288de72
fetchDetails() was calling getValueInt($uid, 'user_ldap', 'email') instead of getValueInt($uid, 'login', 'lastLogin'), causing lastLogin to always return 0 for offline LDAP users. Fixes #58421 Signed-off-by: hamid <hamid@webpick.net>