Index: openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl,v diff -u -r1.152 -r1.153 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 7 Feb 2019 18:03:19 -0000 1.152 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 11 Feb 2019 11:51:43 -0000 1.153 @@ -1315,7 +1315,7 @@ } -ad_proc -private ad_acs_kernel_id_mem {} { +ad_proc -private ad_acs_kernel_id_not_cached {} { Returns the package_id of the kernel. (not cached) @@ -1328,7 +1328,7 @@ ad_proc -public ad_acs_kernel_id {} { Returns the package_id of the kernel. } { - set acs_kernel_id [ad_acs_kernel_id_mem] + set acs_kernel_id [ad_acs_kernel_id_not_cached] # # use proc rather than ad_proc on redefine since we don't want to see a # multiple define proc warning...