incraigulous / contentful-sdk

A modern PHP SDK for Contentful delivery and management APIs.
MIT License
13 stars 11 forks source link

Fix error in order method #15

Open tmbritton opened 8 years ago

tmbritton commented 8 years ago

While working with the SDK I found an error in the order method that caused a 400 Bad Request error with the Contentful API in the case that the $reverse parameter was false. This fixes that.

JonathanMoreau commented 8 years ago

It could be great to merge this fix please guys :)