cdaguerre / php-trello-api

A simple Object Oriented wrapper for the Trello API, written in PHP5.
http://cdaguerre.github.io/php-trello-api
MIT License
254 stars 120 forks source link

Do not set our due parameter on a card update if empty/null #27

Closed drewjoh closed 8 years ago

drewjoh commented 8 years ago

Trello tries to set a due date if we provide the parameter at all; so if it is set but is empty, we need to unset it.

Fixes #26

drewjoh commented 8 years ago

Looks like TravisCI failed because of an issue in one build version unrelated to the code changes. Failure on TravisCI's part?

drewjoh commented 8 years ago

Closing this PR to pull from a specific branch for this fix.