Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the bug in GeneralOptions where is wasn't setting the offset and sort parameters #8

Merged
merged 1 commit into from
Mar 1, 2013

Conversation

WaywardMage
Copy link
Contributor

This looks like a simple copy 'n' paste bug. The code in
GeneralOptions.GetParameters is checking against limit.HasValue for
limit, offset, and sort. Updated to check offset.HasValue for offset,
and sort.HasValue for sort.

This looks like a simple copy 'n' paste bug.  The code in
GeneralOptions.GetParameters is checking against limit.HasValue for
limit, offset, and sort.  Updated to check offset.HasValue for offset,
and sort.HasValue for sort.
JustinBeckwith pushed a commit that referenced this pull request Mar 1, 2013
Fixed the bug in GeneralOptions where is wasn't setting the offset and sort parameters
@JustinBeckwith JustinBeckwith merged commit bd86f90 into JustinBeckwith:master Mar 1, 2013
@JustinBeckwith
Copy link
Owner

Thank you for finding this and fixing it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants