Closed (fixed)
Project:
Popups: Add and Reference
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2008 at 21:37 UTC
Updated:
6 Jan 2009 at 22:50 UTC
Popups_reference module produces an error on installation:
"Call to undefined function content_fields()"
The CCK module is required.
popups_reference.info needs the Content Constructor Kit added as a dependency:
dependencies[] = cck
The one-line patch attached :-)
benjamin, Agaric Design Collective
| Comment | File | Size | Author |
|---|---|---|---|
| popups_reference-cck-dependency.patch | 366 bytes | mlncn |
Comments
Comment #1
mlncn commentedComment #2
starbow commentedThanks, I have checked a fix into head.
Strangely enough, the dependency is "content" not "cck".