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 -N -r1.332.2.12 -r1.332.2.13 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 24 May 2019 17:42:53 -0000 1.332.2.12 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 19 Jun 2019 18:01:16 -0000 1.332.2.13 @@ -2185,7 +2185,7 @@ @param days report entries changed in specified last days } { - set folder_id [:${:id} folder_id] + set folder_id [::${:id} folder_id] if {![info exists name_filter]} { set name_filter [:get_parameter -type word name_filter ""] }