mirror of
https://github.com/friendica/friendica
synced 2025-04-27 02:30:10 +00:00
Rename method name
This commit is contained in:
parent
ed422be734
commit
811f075aa1
3 changed files with 3 additions and 3 deletions
|
@ -1330,7 +1330,7 @@ class User
|
|||
* @return array The list of the users
|
||||
* @throws Exception
|
||||
*/
|
||||
public static function getUsers($start = 0, $count = Pager::ITEMS_PER_PAGE, $type = 'all', $order = 'contact.name', $order_direction = '+')
|
||||
public static function getList($start = 0, $count = Pager::ITEMS_PER_PAGE, $type = 'all', $order = 'contact.name', $order_direction = '+')
|
||||
{
|
||||
$sql_order = '`' . str_replace('.', '`.`', $order) . '`';
|
||||
$sql_order_direction = ($order_direction === '+') ? 'ASC' : 'DESC';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue