Active
Project:
Exercise Planner
Version:
6.x-2.4
Component:
exercise
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2013 at 07:55 UTC
Updated:
25 Oct 2013 at 07:55 UTC
Look at these two lines:
$node->exercise['vid'] = $node->vid;
$node->exercise['vid'] = $node->nid;
It should be:
$node->exercise['vid'] = $node->vid;
$node->exercise['nid'] = $node->nid;