]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/User.php
Merge pull request #8464 from annando/notice
[friendica.git] / src / Model / User.php
index c0b9f71c078ab392dcbdba8e7f099df4565f4c8e..351982e8add93cccc2f726f197b7a4da1cfe3591 100644 (file)
@@ -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';