Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -N -r1.284.2.178 -r1.284.2.179 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 9 Nov 2021 19:27:45 -0000 1.284.2.178 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 15 Nov 2021 17:23:28 -0000 1.284.2.179 @@ -3926,8 +3926,9 @@ if {![info exists :plugins]} { :plugins \ [parameter::get -parameter "XowikiXinhaDefaultPlugins" \ - -default [::xo::parameter get_from_package_key \ - -package_key "acs-templating" -parameter "XinhaDefaultPlugins"]] + -default [parameter::get_from_package_key \ + -package_key "acs-templating" \ + -parameter "XinhaDefaultPlugins"]] } set :options [:get_attributes editor plugins width height folder_id script_dir javascript wiki_p] # for the time being, we can't set the defaults via parameter,