Due to some miscommunication with killes, call by reference slipped into the revisions patch at the last minute.

CommentFileSizeAuthor
#5 boom_2.patch3.78 KBchx
#2 boom_1.patch3.09 KBkilles@www.drop.org
#1 boom_0.patch2.8 KBchx
boom.patch1.21 KBchx
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

chx’s picture

FileSize
2.8 KB
killes@www.drop.org’s picture

FileSize
3.09 KB

fixed an oversught in blogapi, node_save does not need to return anything.

nevets’s picture

Currently node_save() returns the nid, this is useful when creating node progmatically and storing addition information based on nid.

killes@www.drop.org’s picture

nevets, as of yesterday the full node object is returned. With this patch, you still will get the full node object because it is passed by reference.

chx’s picture

FileSize
3.78 KB

Folks, what happened? Steven introduced a similar stuff into JS upload.

chx’s picture

Status: Reviewed & tested by the community » Fixed
spatibanda’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)