Skip to content

Commit

Permalink
add 200 and 500 to limit box default values
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed Jul 14, 2016
1 parent 162d104 commit c52cdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/form/field/limitbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class JFormFieldLimitbox extends JFormFieldList
*
* @var array
*/
protected $defaultLimits = array(5, 10, 15, 20, 25, 30, 50, 100);
protected $defaultLimits = array(5, 10, 15, 20, 25, 30, 50, 100, 200, 500);

/**
* Method to get the options to populate to populate list
Expand Down

0 comments on commit c52cdfb

Please sign in to comment.