I get this error when the module is installed on line 46. Basically, you don't need the & there because $node is already a reference and content_update() takes a reference all the time.

Comments

Deciphered’s picture

@Island Usurper,

While I haven't personally received that error, you are correct that the &$node can simply be $node. It was done that way as previously I had expected FileField Paths to be saving the changes. However, it may still end up that that is the case, however that won't be till FFP hit's 1.1 and IFT hit's 1.0.

Deciphered’s picture

Status: Active » Fixed

Fixed and committed to HEAD.

Status: Fixed » Closed (fixed)

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