Closed (fixed)
Project:
Comment driven
Version:
6.x-1.0-unstable5
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2010 at 15:11 UTC
Updated:
27 Mar 2010 at 17:40 UTC
"PHP Fatal error: Call to undefined function fieldgroup_groups() in .../comment_driven_cck.module on line 33" error occurred.
Probably, function_exists() will be needed there.
Comments
Comment #1
arhak commentedplease, wrap that single line within
if (module_exists('fieldgroup')) {it will be committed soon
Comment #2
Takafumi commentedYes, I have already done it.
Comment #3
arhak commentedComment #4
arhak commentedcommitted to HEAD