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.3.2.4 -r1.3.2.5 --- openacs-4/packages/xowf/tcl/xowf-procs.tcl 25 Apr 2016 19:15:04 -0000 1.3.2.4 +++ openacs-4/packages/xowf/tcl/xowf-procs.tcl 2 May 2016 18:48:05 -0000 1.3.2.5 @@ -1295,7 +1295,7 @@ } } - WorkflowPage create-or-use_view {-package_id:required -parent_id:required name } { + WorkflowPage instproc create-or-use_view {-package_id:required -parent_id:required name } { # the link should be able to view return_url and template_file set path [export_vars -base [$package_id pretty_link -parent_id $parent_id $lang:$stripped_name] {}] return [$package_id returnredirect $path]