fixed from error
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user