When creating a post, the extra MT information is added by a call to _blogapi_mt_extra() in blogapi_blogger_new_post().

However, _blogapi_mt_extra() does not pass $node by reference and the copy-based cast mechanism defeats the normal possibility of modifying objects not passed by reference in PHP5. The result is that this extra information is ignored.

Suggested patch fixed this.

CommentFileSizeAuthor
mt_extra.patch624 bytesfgm

Comments

cweagans’s picture

Status: Needs review » Reviewed & tested by the community

Looks good.

cweagans’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.