Closed (fixed)
Project:
Domain Content Types
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2010 at 20:26 UTC
Updated:
17 Nov 2010 at 18:50 UTC
The function domain_content_form_alter should be named domain_content_types_form_alter.
The attached patch makes the change.
| Comment | File | Size | Author |
|---|---|---|---|
| domain_content_types_form_alter_oops.patch | 625 bytes | mfer |
Comments
Comment #1
jbomb commentedCommitted to dev. Thanks mfer!
Comment #3
uufsm commentedIs this why I got "Fatal error: Cannot redeclare domain_content_form_alter() (previously declared in sites/all/modules/domain/domain_content/domain_content.module:195) in sites/all/modules/domain_content_types/domain_content_types.module on line 71"
when I installed the module?