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.98 -r1.332.2.99 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 7 Dec 2021 09:24:48 -0000 1.332.2.98 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 14 Dec 2021 11:29:40 -0000 1.332.2.99 @@ -208,6 +208,7 @@ } { set item_ids {} foreach page_ref $page_references { + set item_id 0 # # First check whether we got a valid item_id, then check for a # URL path. If both are failing, resort to the legacy methods @@ -236,7 +237,7 @@ ns_log notice "get_ids_for_bulk_actions: tried to resolve item_ref <$page_ref> -> $item_id" } - if {![info exists item_id] || $item_id == 0} { + if {$item_id == 0} { # # Try to resolve either via a passed in parent_id or via root folder #