Commit 4661a483 authored by bcosca's avatar bcosca
Browse files

Merge pull request #426 from ikkez/dev

Pass-thru page limit argument to paginate() return value
parents 9a54d6ad 5428b6de
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@ abstract class Cursor extends \Magic {
				)
			),
			'total'=>$total,
			'limit'=>$size,
			'count'=>$count,
			'pos'=>$pos<$count?$pos:0
		);