Removing show alias, it was undocumented and untested.

This commit is contained in:
mark_story 2010-12-19 02:14:37 -05:00
parent 108a6611a8
commit 1e741de84b

View file

@ -95,10 +95,6 @@ class PaginatorComponent extends Component {
throw new MissingModelException($object);
}
if (isset($options['show'])) {
$options['limit'] = $options['show'];
}
$options = $this->mergeOptions($object->alias, $scope, $whitelist);
$options = $this->validateSort($object, $options);