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'], 'last_payment' => $row['last_payment'],
'description' => $row['description'], 'description' => $row['description'],
]; ];
if ($withId) [ if ($withId) {
$entry['id'] = $row['id']; $entry['id'] = $row['id'];
}
$entries[] = $entry; $entries[] = $entry;
} }
return $this->sortUserList($entries); return $this->sortUserList($entries);