fixed from error

This commit is contained in:
Torsten Schulz
2023-12-28 17:22:42 +01:00
parent 2f24dbf5d4
commit 18d9693fb7

View File

@@ -578,8 +578,9 @@ queryend;
'last_payment' => $row['last_payment'],
'description' => $row['description'],
];
if ($withId) [
if ($withId) {
$entry['id'] = $row['id'];
}
$entries[] = $entry;
}
return $this->sortUserList($entries);