Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.530 -r1.531 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 4 Jul 2018 10:24:35 -0000 1.530 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 7 Jul 2018 07:54:33 -0000 1.531 @@ -2012,15 +2012,17 @@ return [:error_in_includelet $arg [_ xowiki.error-includelet-adp_syntax_invalid]]$ch2 } set adp [string map {  " "} $adp] + # # Check the provided name of the adp file # set path_info [:check_adp_include_path [lindex $adp 0]] - ns_log notice "path_info returned $path_info" + #:log "path_info returned $path_info" if {![dict get $path_info allowed]} { incr ::xowiki_inclusion_depth -1 return [:error_in_includelet $arg [dict get $path_info msg]]$ch2 } + set adp_fn [dict get $path_info fn] # # check the provided arguments