We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae45f67 + b7d6822 commit 92e4c88Copy full SHA for 92e4c88
1 file changed
apps/user_ldap/lib/User/OfflineUser.php
@@ -164,7 +164,7 @@ protected function fetchDetails(): void {
164
$this->foundDeleted = $this->userConfig->getValueInt($this->ocName, 'user_ldap', 'foundDeleted');
165
$this->extStorageHome = $this->userConfig->getValueString($this->ocName, 'user_ldap', 'extStorageHome');
166
$this->email = $this->userConfig->getValueString($this->ocName, 'user_ldap', 'email');
167
- $this->lastLogin = $this->userConfig->getValueInt($this->ocName, 'user_ldap', 'email');
+ $this->lastLogin = $this->userConfig->getValueInt($this->ocName, 'login', 'lastLogin');
168
}
169
170
/**
0 commit comments