When I delete a blog post Performancing will call blogger.deletePost(). The last argument (publish) is specified to "true", but booleans should be 0 or 1.
I found this thread about the same thing:
http://performancing.com/node/687
In that thread someone said the boolean was changed to 0/1 instead of true/false, but I still get true in version 1.3.5 of Performancing. Perhaps it's only deletePost that has this issue, but it's still an issue :)
/Tim













Post new comment