Index: openacs-4/packages/acs-templating/tcl/filter-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/filter-procs.tcl,v diff -u -r1.21.2.1 -r1.21.2.2 --- openacs-4/packages/acs-templating/tcl/filter-procs.tcl 16 Nov 2019 15:32:08 -0000 1.21.2.1 +++ openacs-4/packages/acs-templating/tcl/filter-procs.tcl 22 Feb 2021 15:28:21 -0000 1.21.2.2 @@ -123,7 +123,7 @@ # Return the auto-generated template for a form -ad_proc -private template::frm_page_handler { } { +ad_proc -public template::frm_page_handler { } { Build the form information for the form page filter. This was originally handled inline but doing so screwed up the query processor.