Closed (duplicate)
Project:
Attachment
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2007 at 14:18 UTC
Updated:
2 Aug 2007 at 17:09 UTC
I've installed the latest attachment module on Drupal 5.1. I've been unable to enable attachments for any node type. It appears to be line 72 in the attachment_form_alter hook.
Shouldn't this:
$form['workflow']['attachment_settings'] = array(
Actually be:
$form['workflow']['attachment_node'] = array(
That gets it to work for me,
Regards
Steve
Comments
Comment #1
cscsteve commentedDuplicate, now fixed:
http://drupal.org/node/161283
Thanks,
- Steve