Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed Jul 14, 2016
1 parent c52cdfb commit 7c1086f
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, 200, 500);
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 7c1086f

Please sign in to comment.