Index: openacs-4/packages/acs-templating/tcl/wizard-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/wizard-procs.tcl,v diff -u -r1.10.10.2 -r1.10.10.3 --- openacs-4/packages/acs-templating/tcl/wizard-procs.tcl 3 Oct 2013 09:23:38 -0000 1.10.10.2 +++ openacs-4/packages/acs-templating/tcl/wizard-procs.tcl 5 Oct 2013 12:55:10 -0000 1.10.10.3 @@ -41,7 +41,7 @@ @see template::wizard::submit } { - eval wizard::$command $args + wizard::$command {*}$args } # create a wizard from a set of steps @@ -111,7 +111,7 @@ set step [string trim $step] if {$step eq {}} { continue } - eval add $step + add {*}$step } } }