miguel250 / MZMailChimpBundle

[UNMAINTAINED] Symfony2 mailchimp bundle
54 stars 26 forks source link

Fix json_encode issue #7

Closed BetterCallJohn closed 12 years ago

travisbot commented 12 years ago

This pull request passes (merged 70292d9a into 3b29bbe6).

miguel250 commented 12 years ago

I was able to fix this bug without using json_encode. Buzz was having problem converting the array into a string using http_build_query fixed it. The export class was also having this problem.

BetterCallJohn commented 12 years ago

ok, thanks for this fix