Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 10 Oct 2006 09:32:44 -0000 1.16 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 22 Oct 2006 15:33:42 -0000 1.17 @@ -166,6 +166,7 @@ # use adp file set template_file [my query_parameter "template_file" \ [::$package_id get_parameter template_file view-default]] +my log "--T *** template_file=$template_file" if {![regexp {^[./]} $template_file]} { set template_file /packages/xowiki/www/$template_file }