Skip to content

Commit

Permalink
[fix] restore broken B/C on pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
Disaron committed Nov 18, 2015
1 parent e5941bb commit 3aee886
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/legacy/model/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ protected function populateState($ordering = null, $direction = null)
break;

case 'limit':
case 'start':
$limit = $inputFilter->clean($value, 'int');
break;

Expand Down

0 comments on commit 3aee886

Please sign in to comment.