Index: openacs-4/packages/xowiki/tcl/package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/package-procs.tcl,v diff -u -r1.332.2.70 -r1.332.2.71 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 1 Feb 2021 10:41:29 -0000 1.332.2.70 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 5 Feb 2021 14:19:52 -0000 1.332.2.71 @@ -2669,7 +2669,7 @@ Package instproc flush_name_cache {-name:required -parent_id:required} { # xowiki::LinkCache flush $parent_id ::xo::xotcl_object_type_cache flush -partition_key $parent_id $parent_id-$name - acs::per_request_cache flush -pattern xo-type-$parent_id-$name + acs::per_request_cache flush -pattern xotcl-core.lookup($parent_id-$name) } Package instproc delete_revision {-revision_id:required -item_id:required} {