Index: openacs-4/packages/xotcl-core/tcl/cr-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/cr-procs.tcl,v diff -u -r1.76.2.54 -r1.76.2.55 --- openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 8 Jan 2022 15:18:10 -0000 1.76.2.54 +++ openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 9 Jan 2022 17:51:39 -0000 1.76.2.55 @@ -108,11 +108,12 @@ } { Make sure, the objects all of the provided items_ids are - instantiated initialized (i.e. the same-named objects do exist as - executable commands in the current thread). + instantiated (i.e. the same-named objects do exist as executable + commands in the current thread). } { foreach item_id $item_ids { + #if {![::nsf::is object ::$item_id]} { ns_log notice "===== we have to fetch ::$item_id"} :get_instance_from_db -item_id $item_id -initialize $initialize } }