It looks like in imagefield_elements(), the callback function imagefield_widget_validate() is referenced as an "#element_validate" for the widget, but that function doesn't seem to exist...
It looks like in imagefield_elements(), the callback function imagefield_widget_validate() is referenced as an "#element_validate" for the widget, but that function doesn't seem to exist...
Comments
Comment #1
quicksketchHuh, sure enough. No harm in removing it then. FileField provides all the validation for ImageField now anyway. Removed that line.