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.542.2.10 -r1.542.2.11 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 2 Apr 2019 13:08:08 -0000 1.542.2.10 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 4 Apr 2019 12:24:43 -0000 1.542.2.11 @@ -1341,7 +1341,7 @@ ::xo::db::CrClass get_instance_from_db -item_id ${:item_id} set props [::xo::cc cache [list ${:item_id} compute_link_properties $item_ref]] - if {[info exists [dict exists $props $property]]} { + if {[dict exists $props $property]} { #${:item_id} msg "prop $property ==> [dict get $props $property]" return [dict get $props $property] }