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.75.2.26 -r1.75.2.27 --- openacs-4/packages/xotcl-core/tcl/context-procs.tcl 22 Jan 2022 12:09:30 -0000 1.75.2.26 +++ openacs-4/packages/xotcl-core/tcl/context-procs.tcl 24 Jan 2022 18:23:01 -0000 1.75.2.27 @@ -175,7 +175,7 @@ Convenience routine for includelets. It combines the actual parameters from the call in the page (highest priority) with the values from the url (second priority) and the default - values from the signature + values from the signature. } { set source [expr {[info exists :__caller_parameters] ? [self] : [:info parent]}]