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.23 -r1.24 --- openacs-4/packages/xowf/tcl/xowf-procs.tcl 20 May 2018 11:27:24 -0000 1.23 +++ openacs-4/packages/xowf/tcl/xowf-procs.tcl 21 May 2018 15:48:02 -0000 1.24 @@ -821,9 +821,12 @@ foreach {type pages} [list wf_form [array names :forms] wf_parampage [array names :parampages]] { foreach p $pages { array set "" [:resolve_form_name -object $page $p] - set l [::xowiki::Link new -volatile -page $page -type $type -name $(name) -item_id $(form_id)] - # render does the optional fetch of the names, and maintains the - # variable references of the page object (similar to render). + set l [::xowiki::Link new -volatile -lang en -page $page -type $type -name $(name) -item_id $(form_id)] + # + # The "render" method of the link does the optional fetch of + # the names, and maintains the variable references of the + # page object (similar to render). + # set link_text [$l render] } }