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.136 -r1.137 --- openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 2 Nov 2018 10:12:53 -0000 1.136 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 16 Nov 2018 14:04:45 -0000 1.137 @@ -1465,9 +1465,10 @@ }]] foreach entry $tree { lassign $entry url node_id object_id - foreach key [list $node_id url-$node_id urls-$object_id] { + foreach key [list $node_id url-$node_id] { ::acs::site_nodes_cache flush -partition_key $node_id $key } + ::acs::site_nodes_cache flush -partition_key $object_id urls-$object_id :flush_pattern -partition_key $node_id get_children-$node_id-* } regsub {/$} $old_url "" old_url