Closed (fixed)
Project:
Workflow
Version:
6.x-1.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2008 at 14:10 UTC
Updated:
14 Aug 2008 at 20:51 UTC
I get this error when i try to save my node (assigned to a workflow)
Call to undefined function _trigger_get_hook_aids()
Thanks
Comments
Comment #1
prosk commentedExcuse me the error appears in workflow.module.
Comment #2
jvandyk commentedEnabling the trigger module will make the error go away, but we definitely need to fix this; workflow should not require trigger module to be enabled.
Comment #3
prosk commentedThanks for your quick response
Comment #4
jvandyk commentedFixed by using module_exists('trigger') as the test.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.