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