fixed from error
This commit is contained in:
@@ -8,6 +8,7 @@ class Members extends Renderer {
|
||||
$tableBody = '<tbody>';
|
||||
foreach ($members as $row) {
|
||||
$tableBody .= '<tr>'
|
||||
. '<td>' . $row['id'] . '</td>'
|
||||
. '<td>' . $row['last_name'] . ', ' . $row['first_name'] . '</td>'
|
||||
. '<td>' . $row['email'] . '</td>'
|
||||
. '<td>' . $row['last_payment'] . '</td>'
|
||||
|
||||
Reference in New Issue
Block a user