Rename method name

This commit is contained in:
nupplaPhil 2020-02-29 17:04:56 +01:00
parent ed422be734
commit 811f075aa1
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
3 changed files with 3 additions and 3 deletions

View file

@ -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'],