Closed (fixed)
Project:
Blog API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2009 at 15:07 UTC
Updated:
29 Jan 2010 at 22:00 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| mt_extra.patch | 624 bytes | fgm |
Comments
Comment #1
cweagansLooks good.
Comment #2
cweagansCommitted to HEAD. Thanks!