mirror of
https://github.com/friendica/friendica
synced 2025-04-22 07:50:11 +00:00
Rename method name
This commit is contained in:
parent
ed422be734
commit
811f075aa1
3 changed files with 3 additions and 3 deletions
|
@ -352,7 +352,7 @@ HELP;
|
|||
case 'active':
|
||||
case 'removed':
|
||||
$table->setHeaders(['Nick', 'Name', 'URL', 'E-Mail', 'Register', 'Login', 'Last Item']);
|
||||
$contacts = UserModel::getUsers($start, $count, $subCmd);
|
||||
$contacts = UserModel::getList($start, $count, $subCmd);
|
||||
foreach ($contacts as $contact) {
|
||||
$table->addRow([
|
||||
$contact['nick'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue