]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Issue #3025: string -> boolean for profile_background_tile entry in JSON user results...
authorBrion Vibber <brion@pobox.com>
Mon, 7 Feb 2011 22:38:35 +0000 (14:38 -0800)
committerBrion Vibber <brion@pobox.com>
Mon, 7 Feb 2011 22:38:35 +0000 (14:38 -0800)
commitc858e2bc3484d58833650cf64bb2fbe2a4871cf8
treee1d38da30ba4ad1adda4a07869035ea396cc5794
parent1c3fabbc271f21b9de7f7610612c6225717356c7
Issue #3025: string -> boolean for profile_background_tile entry in JSON user results from Twitter-compat API

This entry was using the strings 'true' and 'false' instead of literal booleans, which could confuse clients expecting literal booleans as in other places and on Twitter in this place.
lib/apiaction.php