Index: openacs-4/packages/file-storage/www/folder-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/folder-chunk.tcl,v diff -u -r1.61.2.8 -r1.61.2.9 --- openacs-4/packages/file-storage/www/folder-chunk.tcl 4 Dec 2020 10:56:19 -0000 1.61.2.8 +++ openacs-4/packages/file-storage/www/folder-chunk.tcl 4 Dec 2020 10:57:39 -0000 1.61.2.9 @@ -333,7 +333,7 @@ fs_objects.last_modified >= (current_timestamp - cast('$n_past_days days' as interval)) as new_p from fs_objects where fs_objects.parent_id = :folder_id - and acs_permission.permission_p(fs_objects.object_id, :viewing_user_id, 'read') + and acs_permission.permission_p(fs_objects.object_id, :viewing_user_id, 'read') $categories_limitation $orderby