Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.134 -r1.135 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 25 Mar 2008 12:01:17 -0000 1.134 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 25 Mar 2008 13:36:19 -0000 1.135 @@ -654,7 +654,8 @@ } } #my msg "--set instance attributes to [array get __ia]" - my set instance_attributes [array get __ia] + my instance_attributes [array get __ia] + my array set __ia [my instance_attributes] return [list $validation_errors $category_ids] }