It seems content form is getting called a few too many times... To test put a drupal_set_message in content_form()... and goto a node add page with any field. You'll see what I mean. somehow we overlooked this from the 5.0 update patch...

CommentFileSizeAuthor
cck-form_alter.patch.txt570 bytesdopry

Comments

dopry’s picture

Status: Active » Reviewed & tested by the community

setting RTBC.... I'm not going to commit my own patch just for posterities sake.

yched’s picture

This seems right, obviously.
Don't you want to commit it yourself ?

m3avrck’s picture

Looks good to me -- this should solve some related imagefield weirdness too and make things render faster too. And less code. Win, win, win. :-)

dopry’s picture

Status: Reviewed & tested by the community » Fixed

commited to DRUPAL-5 and HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)