Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -N -r1.239.2.49 -r1.239.2.50 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 20 Aug 2020 14:16:25 -0000 1.239.2.49 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 21 Aug 2020 11:02:20 -0000 1.239.2.50 @@ -972,7 +972,7 @@ } } append sql " and exists (select * from category_object_map \ - where object_id = ci.item_id and category_id in ([ns_dbquotelist $or_ids]))" + where object_id = ci.item_id and c.category_id in ([ns_dbquotelist $or_ids]))" } } append sql $locale_clause