Index: openacs-4/packages/xowf/tcl/xowf-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/xowf-procs.tcl,v diff -u -r1.3.2.9 -r1.3.2.10 --- openacs-4/packages/xowf/tcl/xowf-procs.tcl 16 Sep 2016 12:46:39 -0000 1.3.2.9 +++ openacs-4/packages/xowf/tcl/xowf-procs.tcl 25 Feb 2017 17:14:32 -0000 1.3.2.10 @@ -1268,7 +1268,7 @@ # We do not want to save the workflow definition in every workflow # instance. # - return [dict remove [my instance_attributes] workflow_definition] + return [dict remove ${:instance_attributes} workflow_definition] } WorkflowPage instproc save_in_hstore {} {