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 -N -r1.124 -r1.125 --- openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 25 Jul 2018 20:41:54 -0000 1.124 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 1 Aug 2018 16:57:07 -0000 1.125 @@ -1430,7 +1430,7 @@ # In any case, flush as well the per-request cache # array unset ::__node_id - + set old_url [:get_url -node_id $node_id] if {$node_id eq "" || $old_url eq "/"} { @@ -1562,7 +1562,7 @@ } site_node object mixins add SiteNodesCache if {[info commands ns_urlspace] ne ""} { - ns_log notice "... using NaviServer's ns_urlspace for reduced redundancy in site node caches" + ns_log notice "... using ns_urlspace for reduced redundancy in site node caches" site_node object mixins add SiteNodeUrlspaceCache }