Index: openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl,v diff -u -r1.57.2.1 -r1.57.2.2 --- openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl 8 May 2019 14:33:40 -0000 1.57.2.1 +++ openacs-4/packages/xowiki/tcl/xowiki-utility-procs.tcl 8 May 2019 19:59:57 -0000 1.57.2.2 @@ -324,7 +324,7 @@ ::xotcl::Object log "...will delete $name doit=$doit $last_modified" if {$doit} { ::xowiki::Package require $package_id - $package_id delete -item_id $item_id -name $name + ::$package_id delete -item_id $item_id -name $name } } } @@ -360,7 +360,7 @@ ::xotcl::Object log "...will delete $name revision=$last_revision, doit=$doit $last_modified" if {$doit} { ::xowiki::Package require $package_id - $package_id delete_revision -revision_id $last_revision -item_id $item_id + ::$package_id delete_revision -revision_id $last_revision -item_id $item_id } } } @@ -802,7 +802,7 @@ # # Flush the page fragment caches (page fragments based on # page_order might be sufficient). - $package_id flush_page_fragment_cache -scope agg + ::$package_id flush_page_fragment_cache -scope agg } #