BenExile / Dropbox

UNMAINTAINED: PHP 5.3 SDK for the Dropbox REST API
MIT License
521 stars 134 forks source link

Fix bug that caused plugin to stop working in php 5.6 #96

Open jonathanvanherpe opened 9 years ago

jonathanvanherpe commented 9 years ago

I was running into this issue too, and didn't feel like downgrading my php version.

All of this code is borrowed from https://github.com/xgin/Dropbox/commit/1978b382f335df71a414b34eb81e0da198fd4157

It seems to work in my tests, although you might want to just resync the whole thing with the library you cloned it from instead to get any other necessary fixes.

thamaraiselvam commented 7 years ago

Unit tested it works well :+1: