Index: openacs-4/packages/xotcl-core/tcl/context-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/context-procs.tcl,v diff -u -N -r1.72 -r1.73 --- openacs-4/packages/xotcl-core/tcl/context-procs.tcl 30 Apr 2018 09:46:44 -0000 1.72 +++ openacs-4/packages/xotcl-core/tcl/context-procs.tcl 20 May 2018 11:23:00 -0000 1.73 @@ -165,8 +165,10 @@ $source instvar __caller_parameters if {![info exists :__including_page]} { - # a includelet is called from the toplevel. the actual_query might - # be cached, so we reset it here. + # + # An includelet is called from the toplevel. The actual_query + # might be cached, so we reset it here. + # set :actual_query [::xo::cc actual_query] }