mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 15:23:17 -04:00
fix: php lint
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
parent
0cae558fa9
commit
bb05f26364
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class DeletedUsersIndex {
|
|||
|
||||
$userObjects = [];
|
||||
foreach ($deletedUsers as $user) {
|
||||
$userObject = new OfflineUser($user, $this->config, $this->mapping, $this->shareManager);;
|
||||
$userObject = new OfflineUser($user, $this->config, $this->mapping, $this->shareManager);
|
||||
if ($userObject->getLastLogin() > $userObject->getDetectedOn()) {
|
||||
$userObject->unmark();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue