Index: openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl 19 Jul 2018 07:59:07 -0000 1.6 +++ openacs-4/packages/acs-tcl/tcl/acs-cache-procs.tcl 9 Nov 2018 10:38:17 -0000 1.7 @@ -240,7 +240,7 @@ if {![info exists :name]} { set :name [namespace tail [current]] } - set partitions [::parameter::get_from_package_key \ + set :partitions [::parameter::get_from_package_key \ -package_key ${:package_key} \ -parameter "${:parameter}Partitions" \ -default ${:partitions}]