Skip to content

Commit

Permalink
Add default page size of 30 for members page
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Aug 5, 2017
1 parent 2f7ff40 commit f75c861
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion php-classes/Laddr/PeopleRequestHandler.php
Expand Up @@ -9,7 +9,8 @@
class PeopleRequestHandler extends \PeopleRequestHandler
{
public static $accountLevelBrowse = false;
public static $browseOrder = array('ID' => 'DESC');
public static $browseOrder = ['ID' => 'DESC'];
public static $browseLimitDefault = 30;

public static function handleBrowseRequest($options = [], $conditions = [], $responseID = null, $responseData = [])
{
Expand Down

0 comments on commit f75c861

Please sign in to comment.