Index: openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl,v diff -u -r1.141.2.47 -r1.141.2.48 --- openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 25 Aug 2024 12:48:02 -0000 1.141.2.47 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 28 Aug 2024 06:44:32 -0000 1.141.2.48 @@ -806,7 +806,7 @@ # Caching ##################################################### variable createCache - + if {[namespace which ::ns_cache_names] ne ""} { set createCache [expr {"site_nodes_cache" ni [::ns_cache_names]}] } else {