mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
b7d6822592
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>