Index: openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.html,v diff -u -r1.4 -r1.4.2.1 --- openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.html 21 May 2018 16:40:47 -0000 1.4 +++ openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.html 15 Aug 2019 10:18:49 -0000 1.4.2.1 @@ -183,7 +183,7 @@ after "get_current_step" call "template::wizard save_last_visited_step -key $yourkey"

-

Also the wizard params name is present across the curent wizards being used, +

Also the wizard params name is present across the current wizards being used, so the developer has to be aware not to use the same names with different purpose. For example on main wizard with have a param called "name" for the user name. And on on sub wizard we have the param again called "name"