When building the imagefield in flickrsync_node_save() the defaults aren't taken from the actual imagefield, this means that it doesn't work correctly with ImageField Tokens.

Solved in patch.

Comments

gclicon’s picture

Status: Needs review » Closed (fixed)

This is correct. I had previously committed a patch I had been using which was incorrect as it did not take into account the defaults. I have tested and committed your patch. Thanks!