Closed (works as designed)
Project:
Workflow
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2006 at 00:32 UTC
Updated:
12 Apr 2006 at 01:18 UTC
line 127, col 21
$sid = $node->workflow
should be
$sid = $node->_workflow
...i think
Comments
Comment #1
buchanae commenteduhhh or not
Comment #2
jvandyk commented$node->_workflow is the old state; $node->workflow is the new state.