Closed (fixed)
Project:
Workflow
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2008 at 21:19 UTC
Updated:
14 Jan 2009 at 13:40 UTC
On line 236 of CVS revision 1.73 for workflow.module, WORKFLOW_DELETION isn't defined. I grepped the entire module, but didn't find any other instance declaring the value of WORKFLOW_DELETION. When deleting nodes, that causes PHP notices
# notice: Use of undefined constant WORKFLOW_DELETION - assumed 'WORKFLOW_DELETION' in /Users/davidnorman/Sites/bluerhino/sites/all/modules/workflow/workflow.module on line 236.
# notice: Use of undefined constant WORKFLOW_DELETION - assumed 'WORKFLOW_DELETION' in /Users/davidnorman/Sites/bluerhino/sites/all/modules/workflow/workflow.module on line 236.
Comments
Comment #1
jvandyk commentedFixed. Thanks.