Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.526 -r1.527 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 21 Jun 2018 09:19:52 -0000 1.526 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 22 Jun 2018 11:56:11 -0000 1.527 @@ -3643,7 +3643,7 @@ $payload init } on error {errorMsg} { ad_log error "xowiki::Object set_payload: content $cmd lead to error: $errorMsg" - ::xo::xotcl_object_cache flush ::${:item_id} + ::xo::xotcl_object_cache flush ${:item_id} } }