Index: openacs-4/packages/acs-templating/tcl/parse-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/parse-procs.tcl,v diff -u -N -r1.65.2.9 -r1.65.2.10 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 19 Feb 2021 10:18:21 -0000 1.65.2.9 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 23 Mar 2021 12:57:01 -0000 1.65.2.10 @@ -361,7 +361,7 @@ set file_stub $path } -ad_proc -private template::adp_init { type file_stub } { +ad_proc -public template::adp_init { type file_stub } { Ensures that both data source Tcl files and compiled ADP templates are wrapped in procedures in the current interpreter. Procedures are cached in byte code form in the interpreter, so this is more